Skip to content

Commit b2cbbed

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/asottile/setup-cfg-fmt: v2.7.0 → v3.2.0](asottile/setup-cfg-fmt@v2.7.0...v3.2.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 26.1.0](psf/black-pre-commit-mirror@24.10.0...26.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/asottile/pyupgrade: v3.18.0 → v3.21.2](asottile/pyupgrade@v3.18.0...v3.21.2) - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.16.0](asottile/reorder-python-imports@v3.14.0...v3.16.0) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.19.1](pre-commit/mirrors-mypy@v1.12.1...v1.19.1)
1 parent 45c5275 commit b2cbbed

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
1111
- id: requirements-txt-fixer
1212

1313
- repo: https://github.com/asottile/setup-cfg-fmt
14-
rev: v2.7.0
14+
rev: v3.2.0
1515
hooks:
1616
- id: setup-cfg-fmt
1717

@@ -28,36 +28,36 @@ repos:
2828
- --remove-duplicate-keys
2929
- --remove-unused-variables
3030

31-
- repo: https://github.com/psf/black
32-
rev: 24.10.0
31+
- repo: https://github.com/psf/black-pre-commit-mirror
32+
rev: 26.1.0
3333
hooks:
3434
- id: black
3535
args: [ --safe ]
3636
additional_dependencies: [ 'click==8.0.4' ]
3737

3838
- repo: https://github.com/PyCQA/flake8
39-
rev: 7.1.1
39+
rev: 7.3.0
4040
hooks:
4141
- id: flake8
4242
language_version: python3
4343

4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.18.0
45+
rev: v3.21.2
4646
hooks:
4747
- id: pyupgrade
4848
exclude: ^test/
4949
args:
5050
- --py38-plus
5151

5252
- repo: https://github.com/asottile/reorder-python-imports
53-
rev: v3.14.0
53+
rev: v3.16.0
5454
hooks:
5555
- id: reorder-python-imports
5656
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
5757
args: [ --py38-plus, --add-import, 'from __future__ import annotations' ]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.12.1
60+
rev: v1.19.1
6161
hooks:
6262
- id: mypy
6363
additional_dependencies:

0 commit comments

Comments
 (0)