Skip to content

Commit

Permalink
chore: setup ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna committed Feb 8, 2024
1 parent b0dda26 commit d4fb621
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ pytest-django = "^4.5.2"
lint = "scripts.lint:main"
test = "scripts.test:main"

[tool.ruff]
line-length = 100
target-version = "py311"

[tool.ruff.lint]
select = ["E", "F", "I"]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit d4fb621

Please sign in to comment.