We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac0a21 commit ee324f6Copy full SHA for ee324f6
pyproject.toml
@@ -6,27 +6,28 @@ exclude = [
6
'doc/examples',
7
]
8
ignore = [
9
- 'U006',
10
- 'U007',
11
- 'U009',
+ 'UP006',
+ 'UP007',
+ 'UP009',
12
'N802',
13
'N806',
14
'C901',
15
'B008',
16
'B011',
17
+ 'RUF002',
18
19
line-length = 100
20
select = [
21
'I',
22
'E',
23
'F',
24
'W',
- 'U',
25
+ 'UP',
26
'N',
27
'C',
28
'B',
29
'T',
- 'M',
30
+ 'RUF',
31
'YTT',
32
33
0 commit comments