Skip to content

Commit

Permalink
Replace deprecated "extend-ignore" with "ignore"
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 5, 2024
1 parent 1b67239 commit 2b66d3b
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 @@ -111,7 +111,7 @@ select = [
"YTT", # flake8-2020
# "LOG", # TODO: enable flake8-logging when it's not in preview anymore
]
extend-ignore = [
ignore = [
"E203", # Whitespace before ':'
"E221", # Multiple spaces before operator
"E226", # Missing whitespace around arithmetic operator
Expand Down

0 comments on commit 2b66d3b

Please sign in to comment.