Skip to content

Commit

Permalink
build(ruff): enable lint rule G
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 d36a764 commit f879aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ select = [
"UP", # pyupgrade
"W", # pycodestyle
"YTT", # flake8-2020
"G004", # logging-f-string
"G", # flake8-logging-format
]
ignore = [
"B006", # mutable-argument-default
Expand Down

0 comments on commit f879aea

Please sign in to comment.