mirror of
https://github.com/home-assistant/core.git
synced 2026-04-19 16:30:03 +01:00
Add check-json to CI and Pre-commit (#29912)
* Add check-json to CI and Pre-commit * Add ignore pre-commit hooks to gen_requirements_all
This commit is contained in:
committed by
Paulus Schoutsen
parent
d1e59b20c8
commit
87ca61ddd7
@@ -25,7 +25,7 @@ repos:
|
||||
- repo: https://github.com/PyCQA/bandit
|
||||
rev: 1.6.2
|
||||
hooks:
|
||||
- id: bandit
|
||||
- id: bandit
|
||||
args:
|
||||
- --quiet
|
||||
- --format=custom
|
||||
@@ -35,3 +35,7 @@ repos:
|
||||
rev: v4.3.21
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.4.0
|
||||
hooks:
|
||||
- id: check-json
|
||||
|
||||
Reference in New Issue
Block a user