Skip to content

Commit e4b1f79

Browse files
authored
Auto-update pre-commit hooks
1 parent d9c699d commit e4b1f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ default_stages: [commit]
33

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

1212
- repo: https://github.com/psf/black
13-
rev: 21.11b1
13+
rev: 22.3.0
1414
hooks:
1515
- id: black
1616

0 commit comments

Comments
 (0)