bumping pre-commit and hook configs (#2154)

This commit is contained in:
Daniel W. Anner 2024-05-18 13:26:00 -04:00 committed by GitHub
parent 005e5ac460
commit 5609f0ca9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
files: ^(device-types|module-types)/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

View File

@ -2,9 +2,9 @@
files: ^(device-types|module-types)/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
name: Check YAML files
name: Check YAML files

View File

@ -1,6 +1,6 @@
jsonschema==4.22.0
jsondiff==2.0.0
pre-commit==3.7.0
pre-commit==3.7.1
pytest==8.2.0
PyYAML==6.0.1
yamllint==1.35.1