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.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.10.1](asottile/pyupgrade@v3.3.1...v3.10.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/rhysd/actionlint: v1.6.24 → v1.6.25](rhysd/actionlint@v1.6.24...v1.6.25)
- [github.com/sirosen/check-jsonschema: 0.22.0 → 0.24.1](python-jsonschema/check-jsonschema@0.22.0...0.24.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 14, 2023
1 parent 23f60cb commit e258c4a
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 @@ -12,15 +12,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.3.0'
rev: '23.7.0'
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand All @@ -47,17 +47,17 @@ repos:
docs/spelling_wordlist.txt|
.gitignore
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.3.1'
rev: 'v3.10.1'
hooks:
- id: pyupgrade
args: ['--py38-plus']
- repo: https://github.com/PyCQA/flake8
rev: '6.0.0'
rev: '6.1.0'
hooks:
- id: flake8
exclude: "^docs/"
- repo: https://github.com/rhysd/actionlint
rev: v1.6.24
rev: v1.6.25
hooks:
- id: actionlint-docker
args:
Expand All @@ -70,7 +70,7 @@ repos:
- -ignore
- 'SC2193:'
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.22.0
rev: 0.24.1
hooks:
- id: check-github-actions
ci:
Expand Down

0 comments on commit e258c4a

Please sign in to comment.