Skip to content

Commit

Permalink
Disable ruff FBT001 in tests (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Oct 25, 2024
1 parent 23d79de commit 586ed9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ warn_unused_ignores = true
"D100", # Missing docstring in public module
"D103", # Missing docstring in public function
"D104", # Missing docstring in public package
"FBT001", # boolean-type-hint-positional-argument
"N802", # Function name {name} should be lowercase
"N816", # Variable {name} in global scope should not be mixedCase
"PLR0913", # Too many arguments in function definition
Expand Down

0 comments on commit 586ed9f

Please sign in to comment.