Skip to content

Commit 586ed9f

Browse files
authored
Disable ruff FBT001 in tests (#9)
1 parent 23d79de commit 586ed9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ warn_unused_ignores = true
9595
"D100", # Missing docstring in public module
9696
"D103", # Missing docstring in public function
9797
"D104", # Missing docstring in public package
98+
"FBT001", # boolean-type-hint-positional-argument
9899
"N802", # Function name {name} should be lowercase
99100
"N816", # Variable {name} in global scope should not be mixedCase
100101
"PLR0913", # Too many arguments in function definition

0 commit comments

Comments
 (0)