We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdaf9cd commit ccb8b6cCopy full SHA for ccb8b6c
1 file changed
pyproject.toml
@@ -54,6 +54,7 @@ lint.select = ['E', 'F', 'W', 'UP', 'B', 'C4', 'PL', 'RUF']
54
lint.ignore = [
55
'B007',
56
'B020',
57
+ 'E501',
58
'E731',
59
'PLR0911',
60
'PLR0912',
0 commit comments