Skip to content

Commit bb1d97f

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

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
@@ -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.3.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.6.0
1414
hooks:
1515
- id: black
1616

@@ -20,7 +20,7 @@ repos:
2020
- id: isort
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 4.0.1
23+
rev: 5.0.3
2424
hooks:
2525
- id: flake8
2626
args: ["--config=setup.cfg"]

0 commit comments

Comments
 (0)