Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#444)
Browse files Browse the repository at this point in the history
updates:
- [github.com/hadialqattan/pycln: v1.2.5 → v1.3.2](hadialqattan/pycln@v1.2.5...v1.3.2)
- [github.com/asottile/pyupgrade: v2.31.1 → v2.32.1](asottile/pyupgrade@v2.31.1...v2.32.1)

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 9, 2022
1 parent 91ded93 commit 8364037
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 @@ -25,7 +25,7 @@ repos:
- id: detect-private-key
exclude: ^examples|(?:tests/ssl)/
- repo: https://github.com/hadialqattan/pycln
rev: v1.2.5
rev: v1.3.2
hooks:
- id: pycln
args: ["--all"]
Expand All @@ -43,7 +43,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: "v2.31.1"
rev: "v2.32.1"
hooks:
- id: pyupgrade
args: ["--py36-plus", "--keep-mock"]
Expand Down

0 comments on commit 8364037

Please sign in to comment.