Skip to content

Commit

Permalink
Bump version of pre-commit hooks (#67)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6a70ff0)

# Conflicts:
#	.pre-commit-config.yaml
  • Loading branch information
github-actions[bot] authored and mergify[bot] committed Apr 15, 2024
1 parent 9e46ed1 commit f8edfac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black
args: ["--line-length=99"]
Expand Down Expand Up @@ -131,7 +131,11 @@ repos:
exclude: CHANGELOG\.rst|\.(svg|pyc)$

- repo: https://github.com/python-jsonschema/check-jsonschema
<<<<<<< HEAD
rev: 0.28.0
=======
rev: 0.28.2
>>>>>>> 6a70ff0 (Bump version of pre-commit hooks (#67))
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit f8edfac

Please sign in to comment.