Skip to content

Commit

Permalink
Add logging linters
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Nov 20, 2024
1 parent fbde02f commit 04ebf7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ ignore = [
"W291", # let pre-commit handle trailing whitespace

]
ignore-init-module-imports = true
select = ["E", "F", "W", "I", "D", "RUF"]
select = ["E", "F", "W", "I", "D", "RUF", "G"]

[tool.ruff.lint.flake8-quotes]
docstring-quotes = "double"
Expand Down

0 comments on commit 04ebf7b

Please sign in to comment.