Skip to content

Commit 13324a0

Browse files
authored
Newer pipenv and GIT hooks (#165)
* Newer GIT hooks.
1 parent 9e729e3 commit 13324a0

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.4.0
3+
rev: v4.0.1
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.7.0
21+
rev: 5.10.1
2222
hooks:
2323
- id: isort
2424

0 commit comments

Comments
 (0)