Skip to content

Commit 850315e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.7.0 → 24.4.2](psf/black@23.7.0...24.4.2) - [github.com/pycqa/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.10.1](pre-commit/mirrors-mypy@v1.4.1...v1.10.1)
1 parent b5c6a24 commit 850315e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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.4.0
7+
rev: v4.6.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.12.0
17+
rev: 5.13.2
1818
hooks:
1919
- id: isort
2020
args: [--profile, black]
2121
- repo: https://github.com/psf/black
22-
rev: 23.7.0
22+
rev: 24.4.2
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/pycqa/flake8
26-
rev: 6.1.0
26+
rev: 7.1.0
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.4.1'
35+
rev: 'v1.10.1'
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-mock]

0 commit comments

Comments
 (0)