Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#7322)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
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.4.0 →
v3.9.0](asottile/pyupgrade@v3.4.0...v3.9.0)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 22, 2023
1 parent 985c448 commit 9721c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ repos:
hooks:
- id: check-merge-conflict
- 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 python
Expand Down Expand Up @@ -72,7 +72,7 @@ repos:
- id: detect-private-key
exclude: ^examples/
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.4.0'
rev: 'v3.9.0'
hooks:
- id: pyupgrade
args: ['--py36-plus']
Expand Down

0 comments on commit 9721c65

Please sign in to comment.