Skip to content

Commit f064bc4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/Zac-HD/shed: 2023.6.1 → 2024.3.1](Zac-HD/shed@2023.6.1...2024.3.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.28.1](python-jsonschema/check-jsonschema@0.26.3...0.28.1)
1 parent 74b6faf commit f064bc4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v4.6.0
55
hooks:
66
- id: check-merge-conflict
77
exclude: rst$
@@ -10,7 +10,7 @@ repos:
1010
hooks:
1111
- id: yesqa
1212
- repo: https://github.com/Zac-HD/shed
13-
rev: 2023.6.1 # 0.7 does not support Python 3.7
13+
rev: 2024.3.1 # 0.7 does not support Python 3.7
1414
hooks:
1515
- id: shed
1616
args:
@@ -25,7 +25,7 @@ repos:
2525
- id: yamlfmt
2626
args: [--mapping, '2', --sequence, '2', --offset, '0']
2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.4.0
28+
rev: v4.6.0
2929
hooks:
3030
- id: trailing-whitespace
3131
- id: end-of-file-fixer
@@ -37,7 +37,7 @@ repos:
3737
- id: check-yaml
3838
- id: debug-statements
3939
- repo: https://github.com/PyCQA/flake8
40-
rev: 6.1.0
40+
rev: 7.0.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.26.3
49+
rev: 0.28.1
5050
hooks:
5151
- id: check-github-actions
5252
- id: check-github-workflows

0 commit comments

Comments
 (0)