Skip to content

Commit

Permalink
build(lint): Add ruff lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
asyrjasalo committed Jul 29, 2024
1 parent 80ad031 commit 0ecaed7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ addopts = "--cov --spec --instafail --diff-type=auto"
[tool.mypy]
disallow_untyped_defs = true
ignore_missing_imports = true

[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "I", "Q"]

0 comments on commit 0ecaed7

Please sign in to comment.