Skip to content

Commit b0587d9

Browse files
authored
Auto-update pre-commit hooks
1 parent a61a2a9 commit b0587d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v3.4.0
7+
rev: v4.0.1
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: 20.8b1
14+
rev: 21.7b0
1515
hooks:
1616
- id: black
1717

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

2323
- repo: https://gitlab.com/pycqa/flake8
24-
rev: 3.8.4
24+
rev: 3.9.2
2525
hooks:
2626
- id: flake8
2727
args: ['--config=setup.cfg']

0 commit comments

Comments
 (0)