Skip to content

Commit 299500a

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/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.14.1](pre-commit/mirrors-mypy@v1.10.1...v1.14.1)
1 parent 6aa4003 commit 299500a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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
@@ -19,11 +19,11 @@ repos:
1919
- id: isort
2020
args: [--profile, black]
2121
- repo: https://github.com/psf/black
22-
rev: 24.4.2
22+
rev: 24.10.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/pycqa/flake8
26-
rev: 7.1.0
26+
rev: 7.1.1
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.14.1'
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-mock]

0 commit comments

Comments
 (0)