Skip to content

Commit

Permalink
Ignore ruff and yapf formatting for the experimental directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ludgerpaehler committed Oct 27, 2024
1 parent c690987 commit 8069011
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,21 @@ seaborn = "^0.12.1"
[tool.yapf]
based_on_style = "yapf"

[tool.yapfignore]
ignore_patterns = [
"hydrogym/experimental/*"
]

[tool.ruff]
line-length = 120

[tool.ruff.lint]
select = ["E", "F"]
ignore = ["F401", "E731"]

[tool.ruff.lint.per-file-ignores]
"hydrogym/experimental/*" = ["E", "F"]

[tool.codespell]
skip = '*.svg,*.ipynb'

Expand Down

0 comments on commit 8069011

Please sign in to comment.