Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1179)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 2f12ece commit 31c9fee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.6.0'
rev: 'v5.0.0'
hooks:
- id: check-merge-conflict
- repo: https://github.com/asottile/yesqa
Expand All @@ -27,7 +27,7 @@ repos:
language_version: python3 # Should be a command that runs python

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.28.6
rev: 0.29.3
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
Expand All @@ -45,7 +45,7 @@ repos:
- id: check-readthedocs

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.6.0'
rev: 'v5.0.0'
hooks:
- id: end-of-file-fixer
- id: requirements-txt-fixer
Expand All @@ -71,12 +71,12 @@ repos:
- id: detect-private-key
exclude: ^examples/
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.16.0'
rev: 'v3.17.0'
hooks:
- id: pyupgrade
args: ['--py38-plus']
- repo: https://github.com/PyCQA/flake8
rev: '7.1.0'
rev: '7.1.1'
hooks:
- id: flake8
exclude: "^docs/"
Expand Down Expand Up @@ -179,7 +179,7 @@ repos:
pass_filenames: false

- repo: https://github.com/rhysd/actionlint.git
rev: v1.7.1
rev: v1.7.3
hooks:
- id: actionlint-docker
args:
Expand Down

0 comments on commit 31c9fee

Please sign in to comment.