Skip to content

Commit

Permalink
Fixes lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Apr 2, 2024
1 parent 9b2e3ec commit 644b43a
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 @@ -71,6 +71,11 @@ testpaths = ['tests', 'docs']

[tool.ruff]
extend-exclude = ['migrations']

[tool.ruff.format]
quote-style = 'single'

[tool.lint]
ignore = ['Q000']
select = [
'B', # flake8-bugbear
Expand Down

0 comments on commit 644b43a

Please sign in to comment.