Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Nov 25, 2024
1 parent 051c4f8 commit 7fa6941
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ target-version = "py310"
[tool.ruff.lint.isort]
required-imports = ["from __future__ import annotations"]

[tool.ruff.lint.mccabe]
max-complexity = 50

[tool.ruff.lint]
select = [
"E", # pycodestyle: error
Expand Down

0 comments on commit 7fa6941

Please sign in to comment.