Skip to content

Commit

Permalink
remove ruff ignore-init-module-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aclerc committed Jul 7, 2024
1 parent 36bac4e commit 3188705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ ignore = [
"ISC001", # can conflict with ruff formatter
"G004", # logging statement can use f-string
]
ignore-init-module-imports = true

[tool.ruff.lint.mccabe]
max-complexity = 12 # try to bring this down to 10
Expand Down

0 comments on commit 3188705

Please sign in to comment.