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.38.0 → v3.1.0](asottile/pyupgrade@v2.38.0...v3.1.0)
- [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
  • Loading branch information
pre-commit-ci[bot] authored and pchanial committed Oct 21, 2022
1 parent d5c2ff2 commit 4473f32
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.38.0"
rev: "v3.1.0"
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -20,7 +20,7 @@ repos:
- --profile=black

- repo: https://github.com/psf/black
rev: '22.8.0'
rev: '22.10.0'
hooks:
- id: black
args:
Expand Down

0 comments on commit 4473f32

Please sign in to comment.