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 32bd937 commit 2d20a51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ select = [

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
]

fixable = ["ALL"]
Expand Down

0 comments on commit 2d20a51

Please sign in to comment.