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/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
- [github.com/asottile/pyupgrade: v2.31.0 → v2.34.0](asottile/pyupgrade@v2.31.0...v2.34.0)
- [github.com/asottile/setup-cfg-fmt: v1.20.0 → v1.20.1](asottile/setup-cfg-fmt@v1.20.0...v1.20.1)
- [github.com/hadialqattan/pycln: v1.1.0 → v1.3.5](hadialqattan/pycln@v1.1.0...v1.3.5)
- [github.com/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48)
  • Loading branch information
pre-commit-ci[bot] authored and phinate committed Jun 28, 2022
1 parent 9e76a78 commit aa964eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: black-jupyter

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand Down Expand Up @@ -35,18 +35,18 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.34.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v1.20.1
hooks:
- id: setup-cfg-fmt

- repo: https://github.com/hadialqattan/pycln
rev: v1.1.0
rev: v1.3.5
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand Down Expand Up @@ -81,7 +81,7 @@ repos:


- repo: https://github.com/mgedmin/check-manifest
rev: "0.47"
rev: "0.48"
hooks:
- id: check-manifest
stages: [manual]

0 comments on commit aa964eb

Please sign in to comment.