Skip to content

Commit

Permalink
Fix megalinter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JudsonStevens committed Dec 17, 2023
1 parent beca891 commit cd67a79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,11 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
# Python 3.10.
target-version = "py310"

[tool.ruff]
# Ignore a variety of commonly ignored directories.
ignore = ["databases/**"]

[tool.ruff.mccabe]
max-complexity = 10

[tool.ruff.per-file-ignores]
"databases/**" = ["*"]
"**/database/*" = [
"A003", # We should allow shadowing
"ANN002", # We don't want to type *args
Expand Down

0 comments on commit cd67a79

Please sign in to comment.