Skip to content

Commit

Permalink
Use select for Ruff configuration (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Mar 13, 2024
1 parent e88745e commit e3096d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ src = ["src"]
# To exclude additional folders, use extend-exclude.

[tool.ruff.lint]
extend-select = [
select = [
"F", # pyflakes
"E", # pycodestyle
"I", # isort
"N", # pep8-naming
"UP", # pyupgrade
Expand Down

0 comments on commit e3096d3

Please sign in to comment.