Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc14247

Browse files
committed
it was jsonschema that didn't understand environment/deployment
1 parent fecd0d0 commit fc14247

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ repos:
1919
- id: forbid-submodules
2020
- id: trailing-whitespace
2121

22-
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.36.2
24-
hooks:
25-
- id: check-github-workflows
26-
2722
# This doesn't understand environment/deployment yet:
28-
#- repo: https://github.com/rhysd/actionlint
29-
# rev: v1.7.11
23+
#- repo: https://github.com/python-jsonschema/check-jsonschema
24+
# rev: 0.36.2
3025
# hooks:
31-
# - id: actionlint
26+
# - id: check-github-workflows
27+
28+
- repo: https://github.com/rhysd/actionlint
29+
rev: v1.7.11
30+
hooks:
31+
- id: actionlint
3232

3333
- repo: https://github.com/abravalheri/validate-pyproject
3434
rev: v0.25

0 commit comments

Comments
 (0)