Skip to content

Commit 6933b76

Browse files
committed
chore: Update ruff excludes for wrapper
1 parent 4aff0de commit 6933b76

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

wrapper/pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,9 @@ extend-select = [
8080
"BLE",
8181
"B",
8282
"A",
83-
# "CPY",
8483
"C4",
8584
"DTZ",
8685
"T10",
87-
# "EM",
8886
"EXE",
8987
"FA",
9088
"ISC",
@@ -93,16 +91,11 @@ extend-select = [
9391
"Q",
9492
]
9593
ignore = [
96-
"S311", # We are not using random for cryptographic purposes
94+
"B905", # Python 3-only rule
9795
]
9896

9997
[tool.ruff.lint.flake8-quotes]
10098
inline-quotes = "single"
10199

102-
[tool.ruff.lint.extend-per-file-ignores]
103-
"*/test_*.py" = ["S101"]
104-
"fmriprep/utils/debug.py" = ["A002", "T100"]
105-
"docs/conf.py" = ["A001"]
106-
107100
[tool.ruff.format]
108101
quote-style = "single"

0 commit comments

Comments
 (0)