Skip to content

Commit

Permalink
try to fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Oct 8, 2024
1 parent b2b695d commit 2333e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ disable = [
"R0913", # Too many arguments
"R0914", # Too many local variables
"R0915", # Too many statements
"R0917", # Too many positional arguments
"R1702", # Too many nested blocks
"R1705", # Unnecessary "else" after "return"
"R1724", # Unnecessary "else" after "continue"
Expand Down Expand Up @@ -154,6 +155,5 @@ ignore = [
"PLR0912", # too many branches
"PLR0913", # too many arguments
"PLR0915", # too many statements
"PLR0917", # too many positional arguments
"PLR2004", # magic value comparison
]

0 comments on commit 2333e6e

Please sign in to comment.