We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aff0de commit 6933b76Copy full SHA for 6933b76
wrapper/pyproject.toml
@@ -80,11 +80,9 @@ extend-select = [
80
"BLE",
81
"B",
82
"A",
83
- # "CPY",
84
"C4",
85
"DTZ",
86
"T10",
87
- # "EM",
88
"EXE",
89
"FA",
90
"ISC",
@@ -93,16 +91,11 @@ extend-select = [
93
91
"Q",
94
92
]
95
ignore = [
96
- "S311", # We are not using random for cryptographic purposes
+ "B905", # Python 3-only rule
97
98
99
[tool.ruff.lint.flake8-quotes]
100
inline-quotes = "single"
101
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
-
107
[tool.ruff.format]
108
quote-style = "single"
0 commit comments