Skip to content

Commit

Permalink
Update ruff for ignore some errors
Browse files Browse the repository at this point in the history
Signed-off-by: selfkilla666 <[email protected]>
  • Loading branch information
selfkilla666 committed Sep 27, 2024
1 parent bdd140c commit 899a5d8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,5 @@ build-backend = "poetry.core.masonry.api"
[tool.ruff]
exclude = [".git", "__pycache__", "venv", "pyproject.toml"]
ignore = [
"H101", # File contains shebang
"H202", # Use of `print` as a statement
"H233", # Tab character used
"H301", # One import per line
"H306", # Imports not grouped
"H401", # Multiple blank lines
"H403", # Imports are not grouped
"H404", # First party imports are not grouped
"H405", # Library imports are not grouped
"H501", # F-strings are not being used
"E501", # Line too long
"W292", # No newline at end of file
"W191", "I001", "I201", "I202", "E303", "RUF005", "E501", "W292"
]

0 comments on commit 899a5d8

Please sign in to comment.