Skip to content

Commit

Permalink
build(python): bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Jan 28, 2025
1 parent e61afcc commit f917ee2
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 166 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.7
rev: 0.5.24
hooks:
- id: uv-lock
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.9.3
hooks:
- id: ruff-format
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: [orjson]
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.1.0
rev: v4.1.1
hooks:
- id: commitizen
1 change: 1 addition & 0 deletions peprock/datetime/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# noqa: A005
"""Date/time and related models, helpers and constants.
Complements the datetime package from the standard library
Expand Down
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.0",
"pytest >=8.0.0,<9.0.0",
"pytest-cov >=6.0.0,<7.0.0",
"ruff >=0.8.2,<0.9.0",
"ruff >=0.9.0,<0.10.0",
]

[project.urls]
Expand Down
Loading

0 comments on commit f917ee2

Please sign in to comment.