Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#220)
Browse files Browse the repository at this point in the history
updates:
- [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.1.0 → 0.1.1](jumanjihouse/pre-commit-hook-yamlfmt@0.1.0...0.1.1)
- [github.com/asottile/setup-cfg-fmt: v1.20.0 → v1.20.1](asottile/setup-cfg-fmt@v1.20.0...v1.20.1)
- [github.com/sirosen/check-jsonschema: 0.14.1 → 0.14.2](python-jsonschema/check-jsonschema@0.14.1...0.14.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2022
1 parent 101b3e4 commit 4764be8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
exclude: miscellaneous/structures/SiO2.xyz

- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.1.0
rev: 0.1.1
hooks:
- id: yamlfmt

Expand All @@ -36,11 +36,11 @@ repos:
args: [--profile, black, --filter-files]

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v1.20.1
hooks:
- id: setup-cfg-fmt

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.14.1
rev: 0.14.2
hooks:
- id: check-github-workflows

0 comments on commit 4764be8

Please sign in to comment.