Skip to content

Commit

Permalink
fix(linter): ignore ARG001 and UP007 rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pythoninja committed Oct 21, 2023
1 parent 95109a8 commit 21f320c
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 @@ -100,7 +100,7 @@ select = [
"UP", # pyupgrade
"YTT" # flake8-2020
]
ignore = ["ANN101", "ANN204"]
ignore = ["ANN101", "ANN204", "ARG001", "UP007"]
line-length = 120
target-version = "py312"
preview = true
Expand Down

0 comments on commit 21f320c

Please sign in to comment.