Skip to content

Commit

Permalink
Bump version of pre-commit hooks (backport #109) (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 1, 2025
1 parent a76d575 commit f8566dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
args: ["--line-length=99"]

- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
args: ["--extend-ignore=E501"]
Expand Down Expand Up @@ -131,7 +131,7 @@ repos:
exclude: CHANGELOG\.rst|\.(svg|pyc)$

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.1
rev: 0.31.2
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit f8566dd

Please sign in to comment.