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.
1 parent 99480fa commit 0ba44bbCopy full SHA for 0ba44bb
1 file changed
pyproject.toml
@@ -92,6 +92,8 @@ select = [
92
ignore = [
93
# ignore line-length violations
94
"E501",
95
+ # ignore imports which are not at the top of a module
96
+ "PLC0415",
97
# Too many arguments in function definition
98
"PLR0913",
99
# Magic value used in comparison
0 commit comments