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

Commit e3f4269

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0) - [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 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.991](pre-commit/mirrors-mypy@v0.961...v0.991)
1 parent 67e197d commit e3f4269

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
@@ -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.10.0
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/PyCQA/isort
3939
rev: 5.10.1
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: 5.0.4
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)