Skip to content

Commit c32b828

Browse files
pre-commit-ci[bot]jugmac00
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) - [github.com/asottile/setup-cfg-fmt: v1.20.0 → v1.20.1](asottile/setup-cfg-fmt@v1.20.0...v1.20.1)
1 parent 00a9695 commit c32b828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/psf/black
23-
rev: 22.1.0
23+
rev: 22.3.0
2424
hooks:
2525
- id: black
2626
args: [ --safe ]
@@ -39,7 +39,7 @@ repos:
3939
- id: tox-ini-fmt
4040
args: [ "-p", "fix_lint" ]
4141
- repo: https://github.com/asottile/setup-cfg-fmt
42-
rev: v1.20.0
42+
rev: v1.20.1
4343
hooks:
4444
- id: setup-cfg-fmt
4545
args: [ --min-py3-version, "3.5", "--max-py-version", "3.10" ]

0 commit comments

Comments
 (0)