Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
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.3](Zac-HD/shed@0.10.1...0.10.3)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
- [github.com/sirosen/check-jsonschema: 0.17.1 → 0.18.3](python-jsonschema/check-jsonschema@0.17.1...0.18.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 19, 2022
1 parent 2bdbc07 commit 06507d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/sondrelg/pep585-upgrade
Expand All @@ -15,7 +15,7 @@ repos:
args:
- --futures=true
- repo: https://github.com/Zac-HD/shed
rev: 0.10.1
rev: 0.10.3
hooks:
- id: shed
args:
Expand All @@ -26,7 +26,7 @@ repos:
- markdown
- rst
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -56,7 +56,7 @@ repos:
# - id: actionlint-docker
# args: ["-ignore", "SC2155:", "-ignore", "SC2086:"]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.17.1
rev: 0.18.3
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit 06507d5

Please sign in to comment.