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/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/asottile/yesqa: v1.3.0 → v1.5.0](asottile/yesqa@v1.3.0...v1.5.0)
- [github.com/Zac-HD/shed: 0.10.1 → 2024.3.1](Zac-HD/shed@0.10.1...2024.3.1)
- [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/rhysd/actionlint: v1.6.15 → v1.6.27](rhysd/actionlint@v1.6.15...v1.6.27)
- [github.com/sirosen/check-jsonschema: 0.17.1 → 0.28.1](python-jsonschema/check-jsonschema@0.17.1...0.28.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 018bb04 commit 310ef71
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.3.0'
rev: 'v4.5.0'
hooks:
- id: check-merge-conflict
exclude: "rst$"
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.5.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: 2024.3.1
hooks:
- id: shed
args:
Expand All @@ -26,11 +26,11 @@ repos:
- markdown
- rst
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.3.0'
rev: 'v4.5.0'
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -44,14 +44,14 @@ repos:
- id: debug-statements
# Another entry is required to apply file-contents-sorter to another file
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.3.0'
rev: 'v4.5.0'
hooks:
- id: file-contents-sorter
files: |
docs/spelling_wordlist.txt|
.gitignore
- repo: https://github.com/rhysd/actionlint
rev: v1.6.15
rev: v1.6.27
hooks:
- id: actionlint-docker
args:
Expand All @@ -62,7 +62,7 @@ repos:
- -ignore
- 'SC1004:'
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.17.1
rev: 0.28.1
hooks:
- id: check-github-actions
ci:
Expand Down

0 comments on commit 310ef71

Please sign in to comment.