Skip to content

Commit

Permalink
Merge branch 'main' into no-default-asignee
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Feb 19, 2024
2 parents 392ed66 + 6fe5210 commit 94b6d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
- --fix=lf
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: cb934cfd6d2eea1aed7b20e4e9e6339d5952322c # 0.28.0
rev: 0.28.0
hooks:
# Schemas taken from https://www.schemastore.org/json/
- id: check-jsonschema
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
- --fix=lf
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: cb934cfd6d2eea1aed7b20e4e9e6339d5952322c # 0.28.0
rev: 0.28.0
hooks:
# Schemas taken from https://www.schemastore.org/json/
- id: check-jsonschema
Expand Down

0 comments on commit 94b6d02

Please sign in to comment.