Skip to content

Commit 018ac6a

Browse files
committed
Disable 2 ruff rules
1 parent bdf7577 commit 018ac6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ extend-ignore = [
173173
"TRY003",
174174
"EM102",
175175
"C901", # Complexity rule, better covered by SonarQube
176+
"ANN401", # Disallow Any type annotation
177+
"TD001", # Disallow TODO/FIXME comments
176178
]
177179

178180
exclude = [

0 commit comments

Comments
 (0)