Skip to content

Commit f9219b2

Browse files
[pre-commit.ci] pre-commit autoupdate (#222)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a9b9023 commit f9219b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.31.0
15+
rev: v2.31.1
1616
hooks:
1717
- id: pyupgrade
1818
args: [ "--py37-plus" ]
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/psf/black
28-
rev: 22.1.0
28+
rev: 22.3.0
2929
hooks:
3030
- id: black
3131
args: [ --safe ]
@@ -44,7 +44,7 @@ repos:
4444
- id: tox-ini-fmt
4545
args: [ "-p", "fix" ]
4646
- repo: https://github.com/asottile/setup-cfg-fmt
47-
rev: v1.20.0
47+
rev: v1.20.1
4848
hooks:
4949
- id: setup-cfg-fmt
5050
args: [ --min-py3-version, "3.7", "--max-py-version", "3.10" ]

0 commit comments

Comments
 (0)