Skip to content

Commit

Permalink
Merge pull request #67 from hugovk/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Apr 4, 2023
2 parents cee39b0 + 54dde69 commit f2fc211
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 @@ -9,7 +9,7 @@ repos:
args: [--py37-plus]

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
args: [--target-version=py37]
Expand All @@ -31,7 +31,7 @@ repos:
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa

Expand All @@ -46,7 +46,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.19.2
rev: 0.22.0
hooks:
- id: check-github-workflows

Expand Down

0 comments on commit f2fc211

Please sign in to comment.