We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d79de commit 586ed9fCopy full SHA for 586ed9f
pyproject.toml
@@ -95,6 +95,7 @@ warn_unused_ignores = true
95
"D100", # Missing docstring in public module
96
"D103", # Missing docstring in public function
97
"D104", # Missing docstring in public package
98
+ "FBT001", # boolean-type-hint-positional-argument
99
"N802", # Function name {name} should be lowercase
100
"N816", # Variable {name} in global scope should not be mixedCase
101
"PLR0913", # Too many arguments in function definition
0 commit comments