Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#503)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black: 23.3.0 → 23.11.0](psf/black@23.3.0...23.11.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/asottile/pyupgrade: v3.9.0 → v3.15.0](asottile/pyupgrade@v3.9.0...v3.15.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/rhysd/actionlint: v1.6.25 → v1.6.26](rhysd/actionlint@v1.6.25...v1.6.26)
- [github.com/python-jsonschema/check-jsonschema: 0.23.2 → 0.27.1](python-jsonschema/check-jsonschema@0.23.2...0.27.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 20, 2023
1 parent 688ceba commit 4050e09
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
entry: ./tools/check_changes.py
pass_filenames: false
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.4.0'
rev: 'v4.5.0'
hooks:
- id: check-merge-conflict
- repo: https://github.com/asottile/yesqa
Expand All @@ -19,12 +19,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '23.3.0'
rev: '23.11.0'
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.8+
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.4.0'
rev: 'v4.5.0'
hooks:
- id: end-of-file-fixer
exclude: >-
Expand Down Expand Up @@ -57,12 +57,12 @@ repos:
- id: detect-private-key
exclude: ^examples/
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.9.0'
rev: 'v3.15.0'
hooks:
- id: pyupgrade
args: ['--py36-plus']
- repo: https://github.com/PyCQA/flake8
rev: '6.0.0'
rev: '6.1.0'
hooks:
- id: flake8
exclude: "^docs/"
Expand All @@ -75,7 +75,7 @@ repos:
exclude: >-
^CHANGES\.rst$
- repo: https://github.com/rhysd/actionlint
rev: v1.6.25
rev: v1.6.26
hooks:
- id: actionlint-docker
args:
Expand All @@ -88,7 +88,7 @@ repos:
- -ignore
- 'SC1004:'
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.2
rev: 0.27.1
hooks:
- id: check-github-actions
ci:
Expand Down

0 comments on commit 4050e09

Please sign in to comment.