Skip to content

Commit 0ba44bb

Browse files
authored
Ignore PLC0415 (#692)
1 parent 99480fa commit 0ba44bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ select = [
9292
ignore = [
9393
# ignore line-length violations
9494
"E501",
95+
# ignore imports which are not at the top of a module
96+
"PLC0415",
9597
# Too many arguments in function definition
9698
"PLR0913",
9799
# Magic value used in comparison

0 commit comments

Comments
 (0)