Skip to content

Commit 96a3889

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.0.0 → v3.1.0](asottile/pyupgrade@v3.0.0...v3.1.0) - [github.com/asottile/setup-cfg-fmt: v2.0.0 → v2.1.0](asottile/setup-cfg-fmt@v2.0.0...v2.1.0)
1 parent 468a724 commit 96a3889

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
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.0.0
15+
rev: v3.1.0
1616
hooks:
1717
- id: pyupgrade
1818
args: [ "--py36-plus" ]
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: rst-backticks
3737
- repo: https://github.com/asottile/setup-cfg-fmt
38-
rev: v2.0.0
38+
rev: v2.1.0
3939
hooks:
4040
- id: setup-cfg-fmt
4141
- repo: https://github.com/tox-dev/tox-ini-fmt

0 commit comments

Comments
 (0)