Skip to content

Commit b7dc51e

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.21.1](asottile/pyupgrade@v3.19.1...v3.21.1) - [github.com/seddonym/import-linter: v2.3 → v2.6](seddonym/import-linter@v2.3...v2.6) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent f8901a8 commit b7dc51e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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,43 +21,43 @@ 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.21.1
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.6
3737
hooks:
3838
- id: import-linter
3939

4040
- repo: https://github.com/pycqa/isort
41-
rev: 6.0.1
41+
rev: 7.0.0
4242
hooks:
4343
- id: isort
4444
args: [--settings-path, pyproject.toml]
4545

4646
- repo: https://github.com/adamchainz/blacken-docs
47-
rev: 1.19.1
47+
rev: 1.20.0
4848
hooks:
4949
- id: blacken-docs
5050
additional_dependencies:
5151
- black==24.2.0
5252

5353
- repo: https://github.com/psf/black-pre-commit-mirror
54-
rev: 25.1.0
54+
rev: 25.11.0
5555
hooks:
5656
- id: black
5757
args: [--config=pyproject.toml]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.15.0
60+
rev: v1.18.2
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)