Skip to content

Commit a02cd54

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 7.0.0](PyCQA/isort@5.12.0...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.1.0 → 25.12.0](psf/black-pre-commit-mirror@23.1.0...25.12.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v6.0.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.1.1 → v1.19.0](pre-commit/mirrors-mypy@v1.1.1...v1.19.0)
1 parent d6a82e8 commit a02cd54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ exclude: |
66
)
77
repos:
88
- repo: https://github.com/PyCQA/isort
9-
rev: 5.12.0
9+
rev: 7.0.0
1010
hooks:
1111
- id: isort
12-
- repo: https://github.com/psf/black
13-
rev: 23.1.0
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 25.12.0
1414
hooks:
1515
- id: black
1616
language_version: python3
1717
- repo: https://github.com/pre-commit/pre-commit-hooks.git
18-
rev: v4.4.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: end-of-file-fixer
2121
- id: trailing-whitespace
@@ -26,7 +26,7 @@ repos:
2626
- id: debug-statements
2727
language_version: python3
2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 6.0.0
29+
rev: 7.3.0
3030
hooks:
3131
- id: flake8
3232
additional_dependencies:
@@ -35,7 +35,7 @@ repos:
3535
- flake8-bugbear>=20.11.1
3636
language_version: python3
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.1.1
38+
rev: v1.19.0
3939
hooks:
4040
- id: mypy
4141
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)