Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#42)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0)
- [github.com/Zac-HD/shed: 0.10.1 → 0.10.5](Zac-HD/shed@0.10.1...0.10.5)
- [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.1 → 0.2.2](jumanjihouse/pre-commit-hook-yamlfmt@0.2.1...0.2.2)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
- [github.com/sirosen/check-jsonschema: 0.16.2 → 0.18.3](python-jsonschema/check-jsonschema@0.16.2...0.18.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 10, 2022
1 parent fca6a97 commit 74afa87
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.3.0
rev: v1.4.0
hooks:
- id: yesqa
- repo: https://github.com/Zac-HD/shed
rev: 0.10.1 # 0.7 does not support Python 3.7
rev: 0.10.5 # 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.1
rev: 0.2.2
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: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
language_version: python3
Expand All @@ -46,7 +46,7 @@ repos:
hooks:
- id: python-use-type-annotations
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.16.2
rev: 0.18.3
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit 74afa87

Please sign in to comment.