Skip to content

Commit 7c95f2d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 25.11.0](psf/black-pre-commit-mirror@23.11.0...25.11.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.16.0](asottile/reorder-python-imports@v3.12.0...v3.16.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.2](asottile/pyupgrade@v3.15.0...v3.21.2) - [github.com/tox-dev/pyproject-fmt: 1.5.1 → v2.11.1](tox-dev/pyproject-fmt@1.5.1...v2.11.1) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.19.0](pre-commit/mirrors-mypy@v1.7.1...v1.19.0)
1 parent 852dbd6 commit 7c95f2d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 23.11.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.11.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
77
- repo: https://github.com/asottile/reorder-python-imports
8-
rev: v3.12.0
8+
rev: v3.16.0
99
hooks:
1010
- id: reorder-python-imports
1111
args: [ "--application-directories=.:src" , --py3-plus]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.5.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
1717
- id: check-yaml
1818
- id: debug-statements
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 6.1.0
20+
rev: 7.3.0
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.0
24+
rev: v3.21.2
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py37-plus]
2828
- repo: https://github.com/tox-dev/pyproject-fmt
29-
rev: "1.5.1"
29+
rev: "v2.11.1"
3030
hooks:
3131
- id: pyproject-fmt
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: 'v1.7.1'
33+
rev: 'v1.19.0'
3434
hooks:
3535
- id: mypy
3636
additional_dependencies:

0 commit comments

Comments
 (0)