Skip to content

Commit 734451e

Browse files
authored
Auto-update pre-commit hooks
1 parent 7877ffd commit 734451e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ repos:
1111
- id: check-yaml
1212

1313
- repo: https://github.com/psf/black
14-
rev: 20.8b1
14+
rev: 21.4b2
1515
hooks:
1616
- id: black
1717

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

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

0 commit comments

Comments
 (0)