Skip to content

Commit 9c62fdc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/Zac-HD/shed: 2023.5.2 → 2023.6.1](Zac-HD/shed@2023.5.2...2023.6.1) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.9.0 → v2.10.0](macisamuele/language-formatters-pre-commit-hooks@v2.9.0...v2.10.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/rhysd/actionlint: v1.6.24 → v1.6.25](rhysd/actionlint@v1.6.24...v1.6.25) - [github.com/python-jsonschema/check-jsonschema: 0.23.1 → 0.26.3](python-jsonschema/check-jsonschema@0.23.1...0.26.3)
1 parent 8d87a26 commit 9c62fdc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repos:
1212
- id: check-merge-conflict
1313
exclude: rst$
1414
- repo: https://github.com/asottile/yesqa
15-
rev: v1.4.0
15+
rev: v1.5.0
1616
hooks:
1717
- id: yesqa
1818
- repo: https://github.com/Zac-HD/shed
19-
rev: 2023.5.2
19+
rev: 2023.6.1
2020
hooks:
2121
- id: shed
2222
args:
@@ -27,7 +27,7 @@ repos:
2727
- markdown
2828
- rst
2929
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
30-
rev: v2.9.0
30+
rev: v2.10.0
3131
hooks:
3232
- id: pretty-format-yaml
3333
alias: yaml
@@ -45,7 +45,7 @@ repos:
4545
- id: check-yaml
4646
- id: debug-statements
4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 6.0.0
48+
rev: 6.1.0
4949
hooks:
5050
- id: flake8
5151
language_version: python3
@@ -54,7 +54,7 @@ repos:
5454
hooks:
5555
- id: python-use-type-annotations
5656
- repo: https://github.com/rhysd/actionlint
57-
rev: v1.6.24
57+
rev: v1.6.25
5858
hooks:
5959
- id: actionlint-docker
6060
args:
@@ -65,7 +65,7 @@ repos:
6565
- -ignore
6666
- 'SC1004:'
6767
- repo: https://github.com/python-jsonschema/check-jsonschema
68-
rev: 0.23.1
68+
rev: 0.26.3
6969
hooks:
7070
- id: check-github-actions
7171
ci:

0 commit comments

Comments
 (0)