Skip to content

Commit

Permalink
Checking with ruff on 'E' rules
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed May 3, 2024
1 parent cf1be36 commit d457879
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ indent-width = 4
target-version = "py38"

[tool.ruff.lint]
fixable = ["ALL"]
preview = true
select = [
"E", # pycodestyle
]
ignore = [
"B008", # function-call-in-default-argument
"B024", # abstract-base-class-without-abstract-method
Expand Down

0 comments on commit d457879

Please sign in to comment.