Skip to content

Commit

Permalink
Updated ruff linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe-Marquez committed May 17, 2024
1 parent 2d20a51 commit e4a6cbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ ignore = [
"F403", # 'from module import *' used; unable to detect undefined names
"E501", # Line too long ({width} > {limit} characters)
"PLR2004", # Magic value used instead of constant
"PLR0912", # Too many branches
"PLR0915", # Too many statements
"UP008", # Use `super()` instead of `super(__class__, self)`
]

fixable = ["ALL"]
Expand Down

0 comments on commit e4a6cbc

Please sign in to comment.