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/Zac-HD/shed: 2023.6.1 → 2024.3.1](Zac-HD/shed@2023.6.1...2024.3.1)
- [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/PyCQA/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0)
- [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.29.0](python-jsonschema/check-jsonschema@0.26.3...0.29.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 15, 2024
1 parent 74b6faf commit 981de55
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
@@ -1,7 +1,7 @@
---
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$
Expand All @@ -10,7 +10,7 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/Zac-HD/shed
rev: 2023.6.1 # 0.7 does not support Python 3.7
rev: 2024.3.1 # 0.7 does not support Python 3.7
hooks:
- id: shed
args:
Expand All @@ -25,7 +25,7 @@ repos:
- id: yamlfmt
args: [--mapping, '2', --sequence, '2', --offset, '0']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -37,7 +37,7 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.1.0
hooks:
- id: flake8
language_version: python3
Expand All @@ -46,7 +46,7 @@ repos:
hooks:
- id: python-use-type-annotations
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.29.0
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit 981de55

Please sign in to comment.