Skip to content

Commit

Permalink
STY: Enforce ruff/flake8-pyi rules (PYI)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Sep 22, 2024
1 parent 4059ac9 commit 93b272d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,12 @@ exclude = ["doc", "nibabel/externals", "tools", "version.py", "versioneer.py"]
select = [
"F",
"I",
"PYI",
"Q",
"UP",
]
ignore = [
"PYI024",
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
Expand Down

0 comments on commit 93b272d

Please sign in to comment.