Skip to content

Commit 665c9f3

Browse files
[pre-commit.ci] pre-commit autoupdate (#140)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent edb1888 commit 665c9f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: 22.1.0
24+
rev: 22.3.0
2525
hooks:
2626
- id: black
2727
args: [ --safe ]
@@ -40,7 +40,7 @@ repos:
4040
- id: tox-ini-fmt
4141
args: [ "-p", "fix_lint" ]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v1.20.0
43+
rev: v1.20.1
4444
hooks:
4545
- id: setup-cfg-fmt
4646
args: [ --min-py3-version, "3.7", "--max-py-version", "3.10" ]

0 commit comments

Comments
 (0)