There was an error while loading. Please reload this page.
1 parent 7676b40 commit 676068eCopy full SHA for 676068e
1 file changed
{{cookiecutter.project_slug}}/.pre-commit-config.yaml
@@ -4,19 +4,19 @@ fail_fast: true
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.0.1
+ rev: v4.1.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
11
- id: check-yaml
12
13
- repo: https://github.com/psf/black
14
- rev: 21.10b0
+ rev: 22.1.0
15
16
- id: black
17
18
- repo: https://github.com/timothycrosley/isort
19
- rev: 5.10.0
+ rev: 5.10.1
20
21
- id: isort
22
0 commit comments