Skip to content

Commit

Permalink
Use extend-select in ruff conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jams2 committed Feb 18, 2024
1 parent ba5d412 commit 3cdc8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ignore = [
"S101", # flake8-bandit Use of assert detected
]

select = [
extend-select = [
"E", # pycodestyle errors
"F", # pyflakes
"I", # isort
Expand Down

0 comments on commit 3cdc8d0

Please sign in to comment.