Skip to content

Commit 2387922

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.5) - [github.com/python-jsonschema/check-jsonschema.git: 0.28.6 → 0.32.1](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.28.6...0.32.1) - [github.com/hhatto/autopep8.git: v2.1.0 → v2.3.2](https://github.com/hhatto/autopep8.git/compare/v2.1.0...v2.3.2) - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.37.0) - [github.com/PyCQA/flake8.git: 7.0.0 → 7.2.0](https://github.com/PyCQA/flake8.git/compare/7.0.0...7.2.0) - [github.com/pre-commit/mirrors-mypy.git: v1.4.1 → v1.15.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.4.1...v1.15.0) - [github.com/PyCQA/pylint.git: v3.1.0 → v3.3.6](https://github.com/PyCQA/pylint.git/compare/v3.1.0...v3.3.6)
1 parent 4470ae9 commit 2387922

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ repos:
6767
- id: no_optional
6868

6969
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
70-
rev: v1.5.1
70+
rev: v1.5.5
7171
hooks:
7272
- id: remove-tabs
7373

7474
- repo: https://github.com/python-jsonschema/check-jsonschema.git
75-
rev: 0.28.6
75+
rev: 0.32.1
7676
hooks:
7777
- id: check-github-workflows
7878
files: ^\.github/workflows/[^/]+$
@@ -103,12 +103,12 @@ repos:
103103
^.*\.rst$
104104
105105
- repo: https://github.com/hhatto/autopep8.git
106-
rev: v2.1.0
106+
rev: v2.3.2
107107
hooks:
108108
- id: autopep8
109109

110110
- repo: https://github.com/pre-commit/pre-commit-hooks.git
111-
rev: v4.6.0
111+
rev: v5.0.0
112112
hooks:
113113
# Side-effects:
114114
- id: trailing-whitespace
@@ -151,7 +151,7 @@ repos:
151151
- id: debug-statements
152152

153153
- repo: https://github.com/adrienverge/yamllint.git
154-
rev: v1.32.0
154+
rev: v1.37.0
155155
hooks:
156156
- id: yamllint
157157
types:
@@ -161,7 +161,7 @@ repos:
161161
- --strict
162162

163163
- repo: https://github.com/PyCQA/flake8.git
164-
rev: 7.0.0
164+
rev: 7.2.0
165165
hooks:
166166
- id: flake8
167167
additional_dependencies:
@@ -182,7 +182,7 @@ repos:
182182
- id: forbid-html-img-without-alt-text
183183

184184
- repo: https://github.com/pre-commit/mirrors-mypy.git
185-
rev: v1.4.1
185+
rev: v1.15.0
186186
hooks:
187187
- id: mypy
188188
alias: mypy-py38
@@ -257,7 +257,7 @@ repos:
257257
$
258258
259259
- repo: https://github.com/PyCQA/pylint.git
260-
rev: v3.1.0
260+
rev: v3.3.6
261261
hooks:
262262
- id: pylint
263263
additional_dependencies:

0 commit comments

Comments
 (0)