We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61a2a9 commit b0587d9Copy full SHA for b0587d9
1 file changed
{{cookiecutter.project_slug}}/.pre-commit-config.yaml
@@ -4,24 +4,24 @@ fail_fast: true
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v3.4.0
+ rev: v4.0.1
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: 20.8b1
+ rev: 21.7b0
15
16
- id: black
17
18
- repo: https://github.com/timothycrosley/isort
19
- rev: 5.7.0
+ rev: 5.9.3
20
21
- id: isort
22
23
- repo: https://gitlab.com/pycqa/flake8
24
- rev: 3.8.4
+ rev: 3.9.2
25
26
- id: flake8
27
args: ['--config=setup.cfg']
0 commit comments