Skip to content

Commit 03d8309

Browse files
chore: update pre-commit hooks
updates: - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](asottile/setup-cfg-fmt@v2.2.0...v2.4.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/asottile/pyupgrade: v3.3.0 → v3.10.1](asottile/pyupgrade@v3.3.0...v3.10.1) - [github.com/psf/black: 22.10.0 → 23.7.0](psf/black@22.10.0...23.7.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.5.1](pre-commit/mirrors-mypy@v0.991...v1.5.1) - [github.com/hadialqattan/pycln: v2.1.2 → v2.2.2](hadialqattan/pycln@v2.1.2...v2.2.2) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](codespell-project/codespell@v2.2.2...v2.2.5) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.5](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.5) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.3)
1 parent 9fb6c35 commit 03d8309

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,41 +24,41 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/asottile/setup-cfg-fmt
27-
rev: "v2.2.0"
27+
rev: "v2.4.0"
2828
hooks:
2929
- id: setup-cfg-fmt
3030

3131
- repo: https://github.com/PyCQA/isort
32-
rev: "5.10.1"
32+
rev: "5.12.0"
3333
hooks:
3434
- id: isort
3535

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: "v3.3.0"
37+
rev: "v3.10.1"
3838
hooks:
3939
- id: pyupgrade
4040
args: ["--py36-plus"]
4141

4242
- repo: https://github.com/psf/black
43-
rev: "22.10.0"
43+
rev: "23.7.0"
4444
hooks:
4545
- id: black
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v0.991"
48+
rev: "v1.5.1"
4949
hooks:
5050
- id: mypy
5151
files: src
5252
stages: [manual]
5353

5454
- repo: https://github.com/hadialqattan/pycln
55-
rev: "v2.1.2"
55+
rev: "v2.2.2"
5656
hooks:
5757
- id: pycln
5858
args: ["--all"]
5959

6060
- repo: https://github.com/PyCQA/flake8
61-
rev: "6.0.0"
61+
rev: "6.1.0"
6262
hooks:
6363
- id: flake8
6464
additional_dependencies: [
@@ -83,26 +83,26 @@ repos:
8383
stages: [manual]
8484

8585
- repo: https://github.com/codespell-project/codespell
86-
rev: "v2.2.2"
86+
rev: "v2.2.5"
8787
hooks:
8888
- id: codespell
8989
args: ["-L", "nd,unparseable,compiletime"]
9090

9191
- repo: https://github.com/shellcheck-py/shellcheck-py
92-
rev: "v0.8.0.4"
92+
rev: "v0.9.0.5"
9393
hooks:
9494
- id: shellcheck
9595

9696
- repo: https://github.com/pre-commit/pygrep-hooks
97-
rev: "v1.9.0"
97+
rev: "v1.10.0"
9898
hooks:
9999
- id: python-no-log-warn
100100
- id: rst-backticks
101101
- id: rst-directive-colons
102102
- id: rst-inline-touching-normal
103103

104104
- repo: https://github.com/pre-commit/mirrors-prettier
105-
rev: "v3.0.0-alpha.4"
105+
rev: "v3.0.3"
106106
hooks:
107107
- id: prettier
108108
types_or: [json]

0 commit comments

Comments
 (0)