Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#7248)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 23.1.0 →
23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/asottile/pyupgrade: v3.3.1 →
v3.4.0](asottile/pyupgrade@v3.3.1...v3.4.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 May 14, 2023
1 parent a5d6418 commit 3187f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
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 python
Expand Down Expand Up @@ -72,7 +72,7 @@ repos:
- id: detect-private-key
exclude: ^examples/
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.3.1'
rev: 'v3.4.0'
hooks:
- id: pyupgrade
args: ['--py36-plus']
Expand Down

0 comments on commit 3187f6f

Please sign in to comment.