Skip to content

Commit

Permalink
Merge pull request #372 from pyt-team/frantzen/ruff-config-cleanup
Browse files Browse the repository at this point in the history
Clean-up ruff config
  • Loading branch information
ffl096 committed Jun 21, 2024
2 parents f7982d2 + 24f0100 commit 657c572
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ homepage="https://github.com/pyt-team/TopoNetX"
repository="https://github.com/pyt-team/TopoNetX"

[tool.ruff]
target-version = "py310"
extend-include = ["*.ipynb"]

[tool.ruff.format]
Expand All @@ -103,12 +102,12 @@ ignore = [
"PERF203", # allow try-except within loops
]

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F403"]

[tool.ruff.lint.pydocstyle]
convention = "numpy"

[tool.ruff.per-file-ignores]
"__init__.py" = ["F403"]

[tool.setuptools.dynamic]
version = {attr = "toponetx.__version__"}

Expand Down

0 comments on commit 657c572

Please sign in to comment.