Skip to content

Commit

Permalink
ensure alphabetical order of rules
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 15, 2024
1 parent f6dcaf4 commit 4cb519e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions python-package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,12 @@ select = [
"C4",
# pydocstyle
"D",
# pycodestyle
# pycodestyle (errors)
"E",
"W",
# pyflakes
"F",
# isort
"I",
# NumPy-specific rules
"NPY",
# pylint
Expand All @@ -156,8 +157,8 @@ select = [
"SIM401",
# flake8-print
"T",
# isort
"I",
# pycodestyle (warnings)
"W",
]

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

0 comments on commit 4cb519e

Please sign in to comment.