Skip to content

Commit 8111849

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 23.1.0](psf/black@22.8.0...23.1.0) - [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/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/asottile/pyupgrade: v2.38.0 → v3.3.1](asottile/pyupgrade@v2.38.0...v3.3.1) - [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.3](hadialqattan/pycln@v2.1.1...v2.1.3) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.971 → v1.1.1](pre-commit/mirrors-mypy@v0.971...v1.1.1) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.2](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.2) - [github.com/mgedmin/check-manifest: 0.48 → 0.49](mgedmin/check-manifest@0.48...0.49)
1 parent 45e8a56 commit 8111849

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

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

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.3.0
8+
rev: v4.4.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-case-conflict
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/pre-commit/pygrep-hooks
22-
rev: v1.9.0
22+
rev: v1.10.0
2323
hooks:
2424
- id: python-check-blanket-noqa
2525
- id: python-check-blanket-type-ignore
@@ -31,23 +31,23 @@ repos:
3131
- id: rst-inline-touching-normal
3232

3333
- repo: https://github.com/PyCQA/isort
34-
rev: 5.10.1
34+
rev: 5.12.0
3535
hooks:
3636
- id: isort
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v2.38.0
39+
rev: v3.3.1
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.3
5151
hooks:
5252
- id: pycln
5353
args: [--config=pyproject.toml]
@@ -62,20 +62,20 @@ repos:
6262
- flake8-print
6363

6464
- repo: https://github.com/pycqa/flake8
65-
rev: 5.0.4
65+
rev: 6.0.0
6666
hooks:
6767
- id: flake8
6868
exclude: docs/conf.py
6969
additional_dependencies: *flake8_dependencies
7070

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

7777
- repo: https://github.com/shellcheck-py/shellcheck-py
78-
rev: v0.8.0.4
78+
rev: v0.9.0.2
7979
hooks:
8080
- id: shellcheck
8181

@@ -88,7 +88,7 @@ repos:
8888
exclude: .pre-commit-config.yaml
8989

9090
- repo: https://github.com/mgedmin/check-manifest
91-
rev: "0.48"
91+
rev: "0.49"
9292
hooks:
9393
- id: check-manifest
9494
stages: [manual]

0 commit comments

Comments
 (0)