Skip to content

Commit 2ca08e6

Browse files
krisfremenanishnya
andauthored
Update .pre-commit-config.yaml to newest revisions of hooks. (#1020)
Co-authored-by: Anish Nyayachavadi <[email protected]>
1 parent 2ade710 commit 2ca08e6

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
@@ -16,11 +16,11 @@ repos:
1616
- id: check-merge-conflict
1717
- id: debug-statements
1818
- repo: https://github.com/timothycrosley/isort
19-
rev: 5.9.2
19+
rev: 5.9.3
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v2.21.0
23+
rev: v2.23.3
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py36-plus]
@@ -34,7 +34,7 @@ repos:
3434
- id: rst-directive-colons
3535
- id: rst-inline-touching-normal
3636
- repo: https://github.com/psf/black
37-
rev: 21.6b0
37+
rev: 21.7b0
3838
hooks:
3939
- id: black
4040
args: [--safe, --quiet, --target-version=py36]

0 commit comments

Comments
 (0)