Skip to content

Commit

Permalink
ci: fix downgrade pre-commit-hooks for python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Jan 16, 2024
1 parent 9f89658 commit 60cde88
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,17 +1,17 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
hooks:
- id: check-github-actions
- id: check-github-workflows
- id: check-github-actions
- id: check-github-workflows

- repo: local
hooks:
Expand Down

0 comments on commit 60cde88

Please sign in to comment.