We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2586a27 commit 62459bdCopy full SHA for 62459bd
1 file changed
template/pyproject.toml.jinja
@@ -66,13 +66,13 @@ select = [
66
'YTT', # flake8-2020
67
'B', # flake8-bugbear
68
"PLE", # pylint
69
- 'PYI006', # flake8-pyi
70
- 'PYI019', # flake8-pyi
71
- 'PYI024', # flake8-pyi
72
- 'PYI030', # flake8-pyi
73
- 'PYI062', # flake8-pyi
74
- 'PYI063', # flake8-pyi
75
- 'PYI066', # flake8-pyi
+ 'PYI006',
+ 'PYI019',
+ 'PYI024',
+ 'PYI030',
+ 'PYI062',
+ 'PYI063',
+ 'PYI066',
76
"RUF001",
77
"RUF002",
78
"RUF003",
0 commit comments