Skip to content

Commit d2e2a81

Browse files
authored
Auto-update pre-commit hooks
1 parent 6ed5732 commit d2e2a81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ fail_fast: true
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.0.1
7+
rev: v4.1.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- id: check-yaml
1212

1313
- repo: https://github.com/psf/black
14-
rev: 21.10b0
14+
rev: 22.3.0
1515
hooks:
1616
- id: black
1717

1818
- repo: https://github.com/timothycrosley/isort
19-
rev: 5.10.0
19+
rev: 5.10.1
2020
hooks:
2121
- id: isort
2222

0 commit comments

Comments
 (0)