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/pyupgrade: v2.31.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0)
- [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0)
  • Loading branch information
pre-commit-ci[bot] authored and KelSolaar committed Apr 12, 2022
1 parent 823d4e9 commit c4a6c50
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.32.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -9,7 +9,7 @@ repos:
hooks:
- id: flynt
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
language_version: python3.8
Expand Down

0 comments on commit c4a6c50

Please sign in to comment.