Skip to content

Commit 287061c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.2](PyCQA/flake8@7.1.0...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.15.0](pre-commit/mirrors-mypy@v1.10.1...v1.15.0)
1 parent 6aa4003 commit 287061c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
python: python3.8 # pinned until pytype issue resolved
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-merge-conflict
@@ -14,16 +14,16 @@ repos:
1414
- id: mixed-line-ending
1515
- id: trailing-whitespace
1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.13.2
17+
rev: 6.0.0
1818
hooks:
1919
- id: isort
2020
args: [--profile, black]
2121
- repo: https://github.com/psf/black
22-
rev: 24.4.2
22+
rev: 25.1.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/pycqa/flake8
26-
rev: 7.1.0
26+
rev: 7.1.2
2727
hooks:
2828
- id: flake8
2929
- repo: https://github.com/mattseymour/pre-commit-pytype
@@ -32,7 +32,7 @@ repos:
3232
- id: pytype
3333
args: ['--disable=pyi-error,import-error', '--exclude=tests']
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: 'v1.10.1'
35+
rev: 'v1.15.0'
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-mock]

0 commit comments

Comments
 (0)