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/hadialqattan/pycln: v1.3.3 → v1.3.5](hadialqattan/pycln@v1.3.3...v1.3.5)
- [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2022
1 parent 485323d commit 107eec1
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.3.3
rev: v1.3.5
hooks:
- id: pycln
args: ["--all"]
Expand All @@ -39,7 +39,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: "22.3.0"
rev: "22.6.0"
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
Expand Down

0 comments on commit 107eec1

Please sign in to comment.