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.
extend-select
select
1 parent 003a398 commit 122400fCopy full SHA for 122400f
pyproject.toml
@@ -84,22 +84,38 @@ nipy_diagnose = 'nipy.cli.diagnose:main'
84
line-length = 88
85
86
[tool.ruff.lint]
87
-select = [
+extend-select = [
88
'I',
89
'UP',
90
'C4',
91
- 'E713',
92
'PIE',
93
- 'PGH003',
+ 'PGH',
94
'PLR0402',
95
- 'SIM101',
96
- 'SIM109',
97
- 'SIM110',
98
- 'SIM118',
99
- 'SIM2'
+ 'SIM',
+ 'RUF'
100
]
101
ignore = [
102
- 'UP031'
+ 'F401',
+ 'F402',
+ 'F403',
+ 'F821',
+ 'F841',
103
+ 'E402',
104
+ 'E721',
105
+ 'E722',
106
+ 'E731',
107
+ 'E741',
108
+ 'E742',
109
+ 'UP031',
110
+ 'SIM102',
111
+ 'SIM105',
112
+ 'SIM108',
113
+ 'SIM114',
114
+ 'SIM115',
115
+ 'SIM300',
116
+ 'RUF005',
117
+ 'RUF012',
118
+ 'RUF015'
119
120
121
[tool.spin]
0 commit comments