Skip to content

Commit

Permalink
Update pre-commit (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 29, 2022
1 parent c9476ab commit bed6327
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args: ["--line-length", "100"]
Expand All @@ -29,7 +29,7 @@ repos:
args: [--profile=black]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.6.1
hooks:
- id: prettier

Expand All @@ -45,12 +45,12 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.8.0
rev: v8.12.0
hooks:
- id: eslint

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.10.2
rev: 0.14.1
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows"
Expand Down

0 comments on commit bed6327

Please sign in to comment.