mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-21 16:03:23 +01:00
Updating Dependancies and pre-commit packages (#1707)
* bumping deps * updated pre-commit packages
This commit is contained in:
parent
1d8d69bb3e
commit
c7cd4fa27e
@ -2,7 +2,7 @@
|
||||
files: ^(device-types|module-types)/
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
@ -14,7 +14,7 @@ repos:
|
||||
- id: yamlfmt
|
||||
args: [--mapping, '2', --sequence, '4', --offset, '2']
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
rev: v1.31.0
|
||||
rev: v1.32.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
name: Lint YAML files
|
||||
|
@ -2,7 +2,7 @@
|
||||
files: ^(device-types|module-types)/
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
|
@ -1,8 +1,8 @@
|
||||
jsonschema==4.19.0
|
||||
jsondiff==2.0.0
|
||||
pre-commit==3.4.0
|
||||
pre-commit==3.5.0
|
||||
pytest==7.4.2
|
||||
PyYAML==6.0.1
|
||||
yamllint==1.32.0
|
||||
gitpython==3.1.37
|
||||
gitpython==3.1.40
|
||||
psutil==5.9.5
|
Loading…
Reference in New Issue
Block a user