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

Commit d5b7469

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/psf/black: 22.3.0 → 22.12.0](psf/black@22.3.0...22.12.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.991](pre-commit/mirrors-mypy@v0.961...v0.991)
1 parent 67e197d commit d5b7469

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
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.4.0
66
hooks:
77
- id: check-ast
88
- id: check-builtin-literals
@@ -32,23 +32,23 @@ repos:
3232
- id: blacken-docs
3333
additional_dependencies: [ black==21.5b1 ]
3434
- repo: https://github.com/psf/black
35-
rev: 22.3.0
35+
rev: 22.12.0
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/PyCQA/isort
39-
rev: 5.10.1
39+
rev: 5.11.4
4040
hooks:
4141
- id: isort
4242
- repo: https://github.com/asottile/yesqa
43-
rev: v1.3.0
43+
rev: v1.4.0
4444
hooks:
4545
- id: yesqa
4646
- repo: https://github.com/PyCQA/flake8
47-
rev: 4.0.1
47+
rev: 6.0.0
4848
hooks:
4949
- id: flake8
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v0.961
51+
rev: v0.991
5252
hooks:
5353
- id: mypy
5454
# This path contains a module with duplicate name so needs to be excluded.

0 commit comments

Comments
 (0)