Skip to content

Commit

Permalink
Update linters and coder formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
skeletorXVI committed Dec 9, 2024
1 parent 467fe94 commit eb15b3e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 48 deletions.
89 changes: 45 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ pytest = ">=7"


[tool.poetry.group.linting.dependencies]
ruff = "v0.3.4"
black = "v24.3"
mypy = "^1.9.0"
ruff = "v0.8.2"
black = "v24.10"
mypy = "^1.13.0"

[tool.poetry.group.testing.dependencies]
jinja2 = ">=3"
Expand All @@ -66,7 +66,7 @@ src = ["src"]
exclude = [".py.j2"]

[tool.black]
target-version = ["py310", "py311", "py312"]
target-version = ["py310", "py311", "py312", "py313"]

[tool.mypy]
python_version = "3.10"
Expand Down

0 comments on commit eb15b3e

Please sign in to comment.