Skip to content

Commit

Permalink
STY: Enforce ruff/flake8-pytest-style rules (PT)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Sep 22, 2024
1 parent 87b316f commit b5bda71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,17 @@ exclude = ["doc", "nibabel/externals", "tools", "version.py", "versioneer.py"]
select = [
"F",
"I",
"PT",
"Q",
"UP",
]
ignore = [
"PT004",
"PT007",
"PT011",
"PT012",
"PT017",
"PT018",
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
Expand Down

0 comments on commit b5bda71

Please sign in to comment.