Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/rhysd/actionlint: v1.6.23 → v1.6.24](rhysd/actionlint@v1.6.23...v1.6.24)
- [github.com/sirosen/check-jsonschema: 0.22.0 → 0.23.1](python-jsonschema/check-jsonschema@0.22.0...0.23.1)
  • Loading branch information
pre-commit-ci[bot] authored Jun 12, 2023
1 parent 79ad399 commit abd949d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ repos:
- id: check-merge-conflict
exclude: "rst$"
- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa
- repo: https://github.com/PyCQA/isort
rev: '5.12.0'
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '23.1.0'
rev: '23.3.0'
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand Down Expand Up @@ -69,7 +69,7 @@ repos:
- id: flake8
exclude: "^docs/"
- repo: https://github.com/rhysd/actionlint
rev: v1.6.23
rev: v1.6.24
hooks:
- id: actionlint-docker
args:
Expand All @@ -80,6 +80,6 @@ repos:
- -ignore
- 'SC1004:'
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.22.0
rev: 0.23.1
hooks:
- id: check-github-actions

0 comments on commit abd949d

Please sign in to comment.