Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 5be2d73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](adamchainz/blacken-docs@v1.12.1...1.16.0) - [github.com/psf/black: 22.3.0 → 23.12.1](psf/black@22.3.0...23.12.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/asottile/yesqa: v1.3.0 → v1.5.0](asottile/yesqa@v1.3.0...v1.5.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v0.961 → v1.8.0](pre-commit/mirrors-mypy@v0.961...v1.8.0)
1 parent f41c616 commit 5be2d73

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.5.0
66
hooks:
77
- id: check-ast
88
- id: check-builtin-literals
@@ -18,7 +18,7 @@ repos:
1818
- id: check-vcs-permalinks
1919
- id: check-shebang-scripts-are-executable
2020
- repo: https://github.com/pre-commit/pygrep-hooks
21-
rev: v1.9.0
21+
rev: v1.10.0
2222
hooks:
2323
- id: python-check-mock-methods
2424
- id: python-no-eval
@@ -27,28 +27,28 @@ repos:
2727
- id: rst-directive-colons
2828
- id: rst-inline-touching-normal
2929
- repo: https://github.com/asottile/blacken-docs
30-
rev: v1.12.1
30+
rev: 1.16.0
3131
hooks:
3232
- id: blacken-docs
3333
additional_dependencies: [ black==21.5b1 ]
3434
- repo: https://github.com/psf/black
35-
rev: 22.3.0
35+
rev: 23.12.1
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/PyCQA/isort
39-
rev: 5.12.0
39+
rev: 5.13.2
4040
hooks:
4141
- id: isort
4242
- repo: https://github.com/asottile/yesqa
43-
rev: v1.3.0
43+
rev: v1.5.0
4444
hooks:
4545
- id: yesqa
4646
- repo: https://github.com/PyCQA/flake8
47-
rev: 4.0.1
47+
rev: 7.0.0
4848
hooks:
4949
- id: flake8
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v0.961
51+
rev: v1.8.0
5252
hooks:
5353
- id: mypy
5454
# This path contains a module with duplicate name so needs to be excluded.

0 commit comments

Comments
 (0)