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/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
- [github.com/asottile/pyupgrade: v2.34.0 → v2.37.2](asottile/pyupgrade@v2.34.0...v2.37.2)
  • Loading branch information
pre-commit-ci[bot] authored Jul 25, 2022
1 parent 310e59d commit d8e4894
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 @@ -13,7 +13,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '22.3.0'
rev: '22.6.0'
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand Down Expand Up @@ -41,7 +41,7 @@ repos:
files: |
.gitignore
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.34.0'
rev: 'v2.37.2'
hooks:
- id: pyupgrade
args: ['--py36-plus']
Expand Down

0 comments on commit d8e4894

Please sign in to comment.