Skip to content

Commit

Permalink
chore: set ruff rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Oct 9, 2024
1 parent 2692a22 commit 7cdb2b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ extend-include = ["*.ipynb"]
"noxfile.py" = ["T20"]
"*.ipynb" = ["E402", "B018", "T201", "C408", "E712",]

[tool.ruff.lint.flake8-pytest-style]
mark-parentheses = true

[tool.pylint]
py-version = "3.9"
Expand Down

0 comments on commit 7cdb2b0

Please sign in to comment.