Skip to content

Commit

Permalink
build(ruff): add lint rule INT for gettext
Browse files Browse the repository at this point in the history
Signed-off-by: David Wallace <[email protected]>
  • Loading branch information
MyPyDavid committed Jul 18, 2024
1 parent 1169dd2 commit 91923cd
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 @@ -140,6 +140,7 @@ select = [
"W", # pycodestyle
"YTT", # flake8-2020
"G", # flake8-logging-format
"INT" # flake8-gettext
]
ignore = [
"B006", # mutable-argument-default
Expand Down

0 comments on commit 91923cd

Please sign in to comment.