Skip to content

Commit 7e152da

Browse files
[pre-commit.ci] pre-commit autoupdate
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/pycqa/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.20.0](asottile/pyupgrade@v3.17.0...v3.20.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.9.0](psf/black-pre-commit-mirror@24.8.0...25.9.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.18.2](pre-commit/mirrors-mypy@v1.11.2...v1.18.2) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.8.0](asottile/setup-cfg-fmt@v2.5.0...v2.8.0)
1 parent 72df084 commit 7e152da

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: end-of-file-fixer
1010
exclude: ^.*data/
1111
- id: trailing-whitespace
1212
- id: check-yaml
1313
- id: check-added-large-files
1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.13.2
15+
rev: 6.1.0
1616
hooks:
1717
- id: isort
1818
args: [--profile, black, --filter-files]
@@ -21,17 +21,17 @@ repos:
2121
hooks:
2222
- id: autoflake
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.17.0
24+
rev: v3.20.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py37-plus]
28-
- repo: https://github.com/psf/black
29-
rev: 24.8.0
28+
- repo: https://github.com/psf/black-pre-commit-mirror
29+
rev: 25.9.0
3030
hooks:
3131
- id: black
3232
language_version: python3
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.1.1
34+
rev: 7.3.0
3535
hooks:
3636
- id: flake8
3737
args: [--count, --show-source, --statistics]
@@ -45,7 +45,7 @@ repos:
4545
- pyflakes
4646
- tryceratops
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.11.2
48+
rev: v1.18.2
4949
hooks:
5050
- id: mypy
5151
additional_dependencies:
@@ -58,6 +58,6 @@ repos:
5858
hooks:
5959
- id: yamlfmt
6060
- repo: https://github.com/asottile/setup-cfg-fmt
61-
rev: v2.5.0
61+
rev: v2.8.0
6262
hooks:
6363
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)