Skip to content

Commit

Permalink
reformat ruff select
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter committed Sep 2, 2024
1 parent fb9282b commit 8248f1c
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,12 @@ extend-exclude = [
[tool.ruff.lint]
# https://docs.astral.sh/ruff/linter/#rule-selection
select = [
# pycodestyle
"E",
# Pyflakes
"F",
# pyupgrade
"UP",
# flake8-bugbear
"B",
# flake8-simplify
# "SIM",
# isort
"I",
"E", # pycodestyle
"F", # Pyflakes
"UP", # pyupgrade
"B", # flake8-bugbear
"I", # isort
# "SIM", # flake8-simplify
]

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit 8248f1c

Please sign in to comment.