Skip to content

Commit d5de7ce

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [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 → 2024.1.1](Zac-HD/shed@2023.5.2...2024.1.1) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.9.0 → v2.12.0](macisamuele/language-formatters-pre-commit-hooks@v2.9.0...v2.12.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/rhysd/actionlint: v1.6.24 → v1.6.26](rhysd/actionlint@v1.6.24...v1.6.26) - [github.com/python-jsonschema/check-jsonschema: 0.23.1 → 0.27.3](python-jsonschema/check-jsonschema@0.23.1...0.27.3)
1 parent d1ce368 commit d5de7ce

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
@@ -7,16 +7,16 @@ repos:
77
entry: ./tools/check_changes.py
88
pass_filenames: false
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v4.5.0
1111
hooks:
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: 2024.1.1
2020
hooks:
2121
- id: shed
2222
args:
@@ -27,13 +27,13 @@ repos:
2727
- markdown
2828
- rst
2929
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
30-
rev: v2.9.0
30+
rev: v2.12.0
3131
hooks:
3232
- id: pretty-format-yaml
3333
alias: yaml
3434
args: [--autofix, --indent, '2']
3535
- repo: https://github.com/pre-commit/pre-commit-hooks
36-
rev: v4.4.0
36+
rev: v4.5.0
3737
hooks:
3838
- id: trailing-whitespace
3939
- id: end-of-file-fixer
@@ -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: 7.0.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.26
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.27.3
6969
hooks:
7070
- id: check-github-actions
7171
ci:

0 commit comments

Comments
 (0)