Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #379

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0'
rev: 'v5.0.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.10.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.1.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.3.0'
rev: 'v5.0.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.3.0'
rev: 'v5.0.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.17.1
rev: 0.30.0
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down
Loading