Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#740)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0)
- [github.com/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Apr 5, 2022
1 parent 1e79156 commit 35fa28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args: ["--target-version=py36"]
Expand Down Expand Up @@ -30,7 +30,7 @@ repos:
- id: debug-statements

- repo: https://github.com/mgedmin/check-manifest
rev: "0.47"
rev: "0.48"
hooks:
- id: check-manifest
args: [--no-build-isolation]

0 comments on commit 35fa28e

Please sign in to comment.