Skip to content

Commit d2e8cf1

Browse files
committed
Fix megalinter issue
1 parent cd67a79 commit d2e8cf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ target-version = "py310"
9696
max-complexity = 10
9797

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

0 commit comments

Comments
 (0)