Skip to content

Commit

Permalink
Merge pull request #9 from AlessandroMiola/update_config_file
Browse files Browse the repository at this point in the history
chore: update ruff configs
  • Loading branch information
AlessandroMiola authored Jan 10, 2024
2 parents 75ec6fc + 2fe2ffa commit 6874112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ select = [
"W", # pycodestyle warning
"YTT", # wrong usage of sys.info
]
ignore = ["E501"]

[tool.ruff.lint.per-file-ignores]
"test*.py" = ["S101"]

0 comments on commit 6874112

Please sign in to comment.