Skip to content

Commit c7faefd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/asottile/setup-cfg-fmt: v2.8.0 → v3.2.0](asottile/setup-cfg-fmt@v2.8.0...v3.2.0) - [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/pre-commit/mirrors-mypy: v1.16.1 → v1.19.1](pre-commit/mirrors-mypy@v1.16.1...v1.19.1)
1 parent 261cbc4 commit c7faefd

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
@@ -4,25 +4,25 @@ repos:
44
hooks:
55
- id: autopep8
66
- repo: https://github.com/PyCQA/isort
7-
rev: '6.0.1'
7+
rev: '7.0.0'
88
hooks:
99
- id: isort
10-
- repo: https://github.com/psf/black
11-
rev: '25.1.0'
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: '25.12.0'
1212
hooks:
1313
- id: black
1414
language_version: python3 # Should be a command that runs python3.6+
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.20.0
16+
rev: v3.21.2
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py39-plus]
2020
- repo: https://github.com/asottile/setup-cfg-fmt
21-
rev: v2.8.0
21+
rev: v3.2.0
2222
hooks:
2323
- id: setup-cfg-fmt
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
hooks:
2727
- id: trailing-whitespace
2828
- id: end-of-file-fixer
@@ -35,6 +35,6 @@ repos:
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.16.1
38+
rev: v1.19.1
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)