Skip to content

Commit

Permalink
chore(ruff): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Feb 7, 2024
1 parent d0a1f2c commit 4b60864
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ files = ["src", "tests"]
target-version = "py311"
line-length = 100
exclude = ["__init__.py"]

[tool.ruff.lint]
select = ["ALL"]
ignore = [
"ARG002",
Expand All @@ -161,10 +163,10 @@ ignore = [
"FBT",
]

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"tests/*.*" = ["INP001", "S101"]

[tool.ruff.isort]
[tool.ruff.lint.isort]
lines-after-imports = 2
lines-between-types = 1
order-by-type = false
Expand Down

0 comments on commit 4b60864

Please sign in to comment.