Skip to content

Commit e30f8a3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.9.4](astral-sh/ruff-pre-commit@v0.3.0...v0.9.4) - [github.com/psf/black: 24.2.0 → 25.1.0](psf/black@24.2.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.14.1](pre-commit/mirrors-mypy@v1.8.0...v1.14.1) - [github.com/mgedmin/check-manifest: 0.49 → 0.50](mgedmin/check-manifest@0.49...0.50) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1)
1 parent 2c84a1d commit e30f8a3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: check-docstring-first
1212
- id: check-executables-have-shebangs
@@ -17,30 +17,30 @@ repos:
1717
args: [--fix=lf]
1818
- id: requirements-txt-fixer
1919
- id: trailing-whitespace
20-
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: v0.3.0
20+
- repo: https://github.com/astral-sh/ruff-pre-commit
21+
rev: v0.9.4
2222
hooks:
2323
- id: ruff
2424
- repo: https://github.com/psf/black
25-
rev: 24.2.0
25+
rev: 25.1.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.8.0
29+
rev: v1.14.1
3030
hooks:
3131
- id: mypy
3232
exclude: "village/pybpodapi/.*"
3333
additional_dependencies:
3434
- types-setuptools
3535
- repo: https://github.com/mgedmin/check-manifest
36-
rev: "0.49"
36+
rev: "0.50"
3737
hooks:
3838
- id: check-manifest
3939
args: [--no-build-isolation]
4040
additional_dependencies: [setuptools-scm]
4141
- repo: https://github.com/codespell-project/codespell
4242
# Configuration for codespell is in pyproject.toml
43-
rev: v2.2.6
43+
rev: v2.4.1
4444
hooks:
4545
- id: codespell
4646
additional_dependencies:

0 commit comments

Comments
 (0)