Skip to content

Commit

Permalink
feat: add 'F' rule to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
stephantul committed Dec 5, 2024
1 parent 0d8ae2f commit 57670a3
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 @@ -87,6 +87,7 @@ select = [
"NPY",
# Print: Forbid print statements
"T20",
"F",
]
ignore = [
# Allow self and cls to be untyped, and allow Any type
Expand Down

0 comments on commit 57670a3

Please sign in to comment.