Skip to content

Commit 6ef9bc3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.20.0](asottile/pyupgrade@v3.4.0...v3.20.0) - [github.com/MarcoGorelli/auto-walrus: v0.2.2 → 0.3.4](MarcoGorelli/auto-walrus@v0.2.2...0.3.4) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.9.0](psf/black-pre-commit-mirror@23.3.0...25.9.0) - [github.com/pycqa/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.18.2](pre-commit/mirrors-mypy@v1.3.0...v1.18.2)
1 parent 960de75 commit 6ef9bc3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ repos:
2525
args: [ "--format=requirements.txt", "--without-hashes", "-o", "requirements-docs.txt", "--only", "docs" ]
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.4.0
28+
rev: v3.20.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [ --py36-plus ]
3232

3333
- repo: https://github.com/MarcoGorelli/auto-walrus
34-
rev: v0.2.2
34+
rev: 0.3.4
3535
hooks:
3636
- id: auto-walrus
3737

@@ -44,7 +44,7 @@ repos:
4444
- id: python-use-type-annotations
4545

4646
- repo: https://github.com/pre-commit/pre-commit-hooks
47-
rev: v4.4.0
47+
rev: v6.0.0
4848
hooks:
4949
- id: check-yaml
5050
- id: end-of-file-fixer
@@ -59,13 +59,13 @@ repos:
5959
- id: check-json
6060
- id: detect-private-key
6161

62-
- repo: https://github.com/psf/black
63-
rev: 23.3.0
62+
- repo: https://github.com/psf/black-pre-commit-mirror
63+
rev: 25.9.0
6464
hooks:
6565
- id: black
6666

6767
- repo: https://github.com/pycqa/flake8
68-
rev: 6.0.0
68+
rev: 7.3.0
6969
hooks:
7070
- id: flake8
7171
args: [
@@ -88,7 +88,7 @@ repos:
8888
]
8989

9090
- repo: https://github.com/pre-commit/mirrors-mypy
91-
rev: 'v1.3.0'
91+
rev: 'v1.18.2'
9292
hooks:
9393
- id: mypy
9494
args: [ --config-file=.mypy.ini ]

0 commit comments

Comments
 (0)