Skip to content

Commit 21662c1

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/seddonym/import-linter: v2.3 → v2.4](seddonym/import-linter@v2.3...v2.4) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent f8901a8 commit 21662c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See https://pre-commit.com/hooks.html for more hooks
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: check-added-large-files
@@ -21,19 +21,19 @@ repos:
2121
args: [--mapping, '4', --sequence, '4', --offset, '0']
2222

2323
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
24-
rev: v2.14.0
24+
rev: v2.15.0
2525
hooks:
2626
- id: pretty-format-toml
2727
args: [--autofix, --indent, '4']
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.19.1
30+
rev: v3.20.0
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py38-plus]
3434

3535
- repo: https://github.com/seddonym/import-linter
36-
rev: v2.3
36+
rev: v2.4
3737
hooks:
3838
- id: import-linter
3939

@@ -57,7 +57,7 @@ repos:
5757
args: [--config=pyproject.toml]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.15.0
60+
rev: v1.17.1
6161
hooks:
6262
- id: mypy
6363
additional_dependencies: [pydantic, numpy, types-Jinja2]
@@ -72,7 +72,7 @@ repos:
7272
additional_dependencies: [tomli]
7373

7474
- repo: https://github.com/pycqa/flake8
75-
rev: 7.2.0
75+
rev: 7.3.0
7676
hooks:
7777
- id: flake8
7878
exclude: tests_.*.py|version.*.py|setup.py # ignore tests and versioneer related code

0 commit comments

Comments
 (0)