Skip to content

Commit

Permalink
Merge pull request #444 from jakob-keller/dependencies
Browse files Browse the repository at this point in the history
build(python): update dev dependencies
  • Loading branch information
jakob-keller authored Oct 27, 2024
2 parents 6b39325 + 5272c5e commit eb7fecc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.1
hooks:
- id: ruff-format
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.0
rev: v1.13.0
hooks:
- id: mypy
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.1
rev: v3.30.0
hooks:
- id: commitizen
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dev = [
"pdoc3 >=0.11.1,<0.12",
"pytest >=8.0.0,<9",
"pytest-cov >=5.0.0,<6",
"ruff >=0.6.0,<0.7",
"ruff >=0.7.0,<0.8",
]

[project.urls]
Expand Down
40 changes: 20 additions & 20 deletions uv.lock

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

0 comments on commit eb7fecc

Please sign in to comment.