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 6, 2024
1 parent 3bcc707 commit 5f115df
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 = [
"W", # pycodestyle warnings
"YTT", # flake8-2020
]
extend-ignore = [
ignore = [
"E203", # Whitespace before ':'
"E221", # Multiple spaces before operator
"E226", # Missing whitespace around arithmetic operator
Expand Down

0 comments on commit 5f115df

Please sign in to comment.