Skip to content

Commit ee164f4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/asottile/pyupgrade: v2.38.0 → v3.2.2](asottile/pyupgrade@v2.38.0...v3.2.2) - [github.com/asottile/setup-cfg-fmt: v2.0.0 → v2.2.0](asottile/setup-cfg-fmt@v2.0.0...v2.2.0) - [github.com/hadialqattan/pycln: v2.1.1 → v2.1.2](hadialqattan/pycln@v2.1.1...v2.1.2) - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.991](pre-commit/mirrors-mypy@v0.971...v0.991)
1 parent 8654d8f commit ee164f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.8.0
3+
rev: 22.10.0
44
hooks:
55
- id: black-jupyter
66

@@ -36,18 +36,18 @@ repos:
3636
- id: isort
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v2.38.0
39+
rev: v3.2.2
4040
hooks:
4141
- id: pyupgrade
4242
args: ["--py36-plus"]
4343

4444
- repo: https://github.com/asottile/setup-cfg-fmt
45-
rev: v2.0.0
45+
rev: v2.2.0
4646
hooks:
4747
- id: setup-cfg-fmt
4848

4949
- repo: https://github.com/hadialqattan/pycln
50-
rev: v2.1.1
50+
rev: v2.1.2
5151
hooks:
5252
- id: pycln
5353
args: [--config=pyproject.toml]
@@ -69,7 +69,7 @@ repos:
6969
additional_dependencies: *flake8_dependencies
7070

7171
- repo: https://github.com/pre-commit/mirrors-mypy
72-
rev: v0.971
72+
rev: v0.991
7373
hooks:
7474
- id: mypy
7575
files: src

0 commit comments

Comments
 (0)