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.1](asottile/pyupgrade@v2.34.0...v2.37.1)
- [github.com/hadialqattan/pycln: v1.3.5 → v2.0.3](hadialqattan/pycln@v1.3.5...v2.0.3)
  • Loading branch information
pre-commit-ci[bot] authored Jul 18, 2022
1 parent aa964eb commit 4b9f58f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black-jupyter

Expand Down Expand Up @@ -35,7 +35,7 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]
Expand All @@ -46,7 +46,7 @@ repos:
- id: setup-cfg-fmt

- repo: https://github.com/hadialqattan/pycln
rev: v1.3.5
rev: v2.0.3
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand Down

0 comments on commit 4b9f58f

Please sign in to comment.