Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#51)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2023
1 parent e8c8cfd commit 21112c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ repos:
- id: check-merge-conflict
exclude: rst$
- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa
- repo: https://github.com/Zac-HD/shed
rev: 0.10.9 # 0.7 does not support Python 3.7
rev: 2023.6.1 # 0.7 does not support Python 3.7
hooks:
- id: shed
args:
Expand All @@ -20,7 +20,7 @@ repos:
- markdown
- rst
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.2
rev: 0.2.3
hooks:
- id: yamlfmt
args: [--mapping, '2', --sequence, '2', --offset, '0']
Expand All @@ -37,7 +37,7 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
language_version: python3
Expand All @@ -46,7 +46,7 @@ repos:
hooks:
- id: python-use-type-annotations
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
rev: 0.26.3
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit 21112c0

Please sign in to comment.