Skip to content

Commit 8d38265

Browse files
committed
Update pre-commit hooks and setup.cfg formatter
These do not have any material effect on the repo.
1 parent 842c538 commit 8d38265

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
@@ -13,12 +13,12 @@ repos:
1313
language_version: python3.8
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v2.4.0
16+
rev: v3.2.0
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: debug-statements
2020

2121
- repo: https://github.com/asottile/setup-cfg-fmt
22-
rev: v1.9.0
22+
rev: v1.14.0
2323
hooks:
2424
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)