Skip to content

Commit

Permalink
This solves my mystery ruff problem where ruff would complain about E…
Browse files Browse the repository at this point in the history
…xceptionGroup not existing, although I'm running python 3.11. Why I need it and others don't IDK. (#336)

Co-authored-by: Johannes Ernst <git@j12t.org>
  • Loading branch information
jernst and Johannes Ernst authored Sep 18, 2024
1 parent c4111b1 commit be3fc1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@ max-line-length=120
disable="arguments-renamed, empty-docstring, global-variable-not-assigned, line-too-long, missing-class-docstring, missing-function-docstring, too-few-public-methods, too-many-arguments"

[tool.pytest.ini_options]
pythonpath = ["src"]
pythonpath = ["src"]

[tool.ruff]
target-version = "py311"

0 comments on commit be3fc1c

Please sign in to comment.