Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#37)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.1.0...v4.6.0)
- [github.com/asottile/yesqa: v1.3.0 → v1.5.0](asottile/yesqa@v1.3.0...v1.5.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/psf/black: 21.12b0 → 24.8.0](psf/black@21.12b0...24.8.0)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.1.0...v4.6.0)
- [github.com/asottile/pyupgrade: v2.31.0 → v3.17.0](asottile/pyupgrade@v2.31.0...v3.17.0)
- [github.com/PyCQA/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1)
- [github.com/rhysd/actionlint: v1.6.8 → v1.7.1](rhysd/actionlint@v1.6.8...v1.7.1)
- [github.com/sirosen/check-jsonschema: 0.9.1 → 0.29.2](python-jsonschema/check-jsonschema@0.9.1...0.29.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 9, 2024
1 parent 943f663 commit 98cb3cd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.1.0'
rev: 'v4.6.0'
hooks:
- id: check-merge-conflict
exclude: "rst$"
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.5.0
hooks:
- id: yesqa
- repo: https://github.com/PyCQA/isort
rev: '5.10.1'
rev: '5.13.2'
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '21.12b0'
rev: '24.8.0'
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.1.0'
rev: 'v4.6.0'
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -31,17 +31,17 @@ repos:
- id: check-symlinks
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.31.0'
rev: 'v3.17.0'
hooks:
- id: pyupgrade
args: ['--py36-plus']
- repo: https://github.com/PyCQA/flake8
rev: '4.0.1'
rev: '7.1.1'
hooks:
- id: flake8
exclude: "^docs/"
- repo: https://github.com/rhysd/actionlint
rev: v1.6.8
rev: v1.7.1
hooks:
- id: actionlint-docker
args:
Expand All @@ -52,7 +52,7 @@ repos:
- -ignore
- 'SC1004:'
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.9.1
rev: 0.29.2
hooks:
- id: check-github-actions
ci:
Expand Down

0 comments on commit 98cb3cd

Please sign in to comment.