Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#606)
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 23, 2024
1 parent 7858bd3 commit a0f0c7c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 @@ -21,13 +21,13 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '24.4.2'
rev: '24.8.0'
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.8+

- 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
exclude: >-
Expand Down Expand Up @@ -78,12 +78,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: ['--py36-plus']
- repo: https://github.com/PyCQA/flake8
rev: '7.1.0'
rev: '7.1.1'
hooks:
- id: flake8
exclude: "^docs/"
Expand Down Expand Up @@ -159,7 +159,7 @@ repos:
types: [file, rst]

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.10.1
rev: v1.11.2
hooks:
- id: mypy
alias: mypy-py312
Expand Down Expand Up @@ -211,7 +211,7 @@ repos:
pass_filenames: false

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

0 comments on commit a0f0c7c

Please sign in to comment.