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.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
- [github.com/Zac-HD/shed: 2023.3.1 → 2024.3.1](Zac-HD/shed@2023.3.1...2024.3.1)
- [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
- [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/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/sirosen/check-jsonschema: 0.22.0 → 0.28.4](python-jsonschema/check-jsonschema@0.22.0...0.28.4)
  • Loading branch information
pre-commit-ci[bot] authored May 27, 2024
1 parent fe2490d commit b893b09
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.4.0'
rev: 'v4.6.0'
hooks:
- 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/sondrelg/pep585-upgrade
Expand All @@ -15,7 +15,7 @@ repos:
args:
- --futures=true
- repo: https://github.com/Zac-HD/shed
rev: 2023.3.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: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.4.0'
rev: 'v4.6.0'
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -44,7 +44,7 @@ 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.4.0'
rev: 'v4.6.0'
hooks:
- id: file-contents-sorter
files: |
Expand All @@ -62,7 +62,7 @@ repos:
# - -ignore
# - 'SC1004:'
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.22.0
rev: 0.28.4
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit b893b09

Please sign in to comment.