Skip to content

Commit 21112c0

Browse files
[pre-commit.ci] pre-commit autoupdate (#51)
updates: - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/Zac-HD/shed: 0.10.9 → 2023.6.1](Zac-HD/shed@0.10.9...2023.6.1) - [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.2 → 0.2.3](jumanjihouse/pre-commit-hook-yamlfmt@0.2.2...0.2.3) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.26.3](python-jsonschema/check-jsonschema@0.21.0...0.26.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e8c8cfd commit 21112c0

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
@@ -6,11 +6,11 @@ repos:
66
- id: check-merge-conflict
77
exclude: rst$
88
- repo: https://github.com/asottile/yesqa
9-
rev: v1.4.0
9+
rev: v1.5.0
1010
hooks:
1111
- id: yesqa
1212
- repo: https://github.com/Zac-HD/shed
13-
rev: 0.10.9 # 0.7 does not support Python 3.7
13+
rev: 2023.6.1 # 0.7 does not support Python 3.7
1414
hooks:
1515
- id: shed
1616
args:
@@ -20,7 +20,7 @@ repos:
2020
- markdown
2121
- rst
2222
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
23-
rev: 0.2.2
23+
rev: 0.2.3
2424
hooks:
2525
- id: yamlfmt
2626
args: [--mapping, '2', --sequence, '2', --offset, '0']
@@ -37,7 +37,7 @@ repos:
3737
- id: check-yaml
3838
- id: debug-statements
3939
- repo: https://github.com/PyCQA/flake8
40-
rev: 6.0.0
40+
rev: 6.1.0
4141
hooks:
4242
- id: flake8
4343
language_version: python3
@@ -46,7 +46,7 @@ repos:
4646
hooks:
4747
- id: python-use-type-annotations
4848
- repo: https://github.com/python-jsonschema/check-jsonschema
49-
rev: 0.21.0
49+
rev: 0.26.3
5050
hooks:
5151
- id: check-github-actions
5252
- id: check-github-workflows

0 commit comments

Comments
 (0)