8000
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 8db7bbe commit eefd30eCopy full SHA for eefd30e
pyproject.toml
@@ -84,22 +84,40 @@ 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',
+ 'PERF',
+ 'RUF'
100
]
101
ignore = [
102
- 'UP031'
+ 'F401',
+ 'F402',
+ 'F403',
+ 'F821',
103
+ 'F841',
104
+ 'E402',
105
+ 'E712',
106
+ 'E721',
107
+ 'E722',
108
+ 'E731',
109
+ 'E741',
110
+ 'E742',
111
+ 'UP031',
112
+ 'SIM102',
113
+ 'SIM105',
114
+ 'SIM108',
115
+ 'SIM114',
116
+ 'SIM115',
117
+ 'SIM300',
118
+ 'RUF005',
119
+ 'RUF012',
120
+ 'RUF015'
121
122
123
[tool.spin]
0 commit comments