Skip to content

Commit

Permalink
updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorGuga committed Apr 25, 2024
1 parent 1d00a7e commit 85eb59e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
[tool.ruff]
line-length = 120
target-version = "py38"
cache-dir = "~/.cache/ruff"

[tool.ruff.lint]
select = ["I", "E1", "E4", "E7", "E9", "F", "UP", "N"]
cache-dir = "~/.cache/ruff"

[tool.ruff.lint.isort]
[tool.ruff.isort]
known-first-party = ["nf_core"]

[tool.ruff.lint.per-file-ignores]
[tool.ruff.per-file-ignores]
"__init__.py" = ["E402", "F401"]

0 comments on commit 85eb59e

Please sign in to comment.