Skip to content

Commit 9bb7c4b

Browse files
authored
Update .pre-commit-config.yaml
1 parent ae3eb40 commit 9bb7c4b

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v3.4.0
44
hooks:
55
- id: check-yaml
66
args: ['--unsafe']
@@ -18,7 +18,7 @@ repos:
1818
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
1919

2020
- repo: https://github.com/timothycrosley/isort
21-
rev: 5.5.2
21+
rev: 5.7.0
2222
hooks:
2323
- id: isort
2424

0 commit comments

Comments
 (0)