Skip to content

Commit

Permalink
fixup! pyproject.toml: ruff linter and code formatter added
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Oct 10, 2024
1 parent aeac9b1 commit 332f85a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ toml = "^0.10.2"
[tool.poetry.group.lint.dependencies]
ruff = "^0.6.9"
isort = "^5.13.2"
toml = "^0.10.2"
mypy = "^1.8.0"
types-pyyaml = "^6.0.12.12"

[tool.poetry.group.docs.dependencies]
sphinx = "^5.3.0"
Expand Down Expand Up @@ -100,14 +98,9 @@ target-version = "py313"
exclude = ["setup.py"]

[tool.ruff.lint]
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
# McCabe complexity (`C901`) by default.
select = ["E4", "E7", "E9", "F", "W"]

[tool.ruff.format]
quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
docstring-code-format = true
line-ending = "auto"

Expand Down

0 comments on commit 332f85a

Please sign in to comment.