Skip to content

Commit 7740eed

Browse files
Auto-update pre-commit hooks (cookiecutter#3816)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
1 parent 37f9117 commit 7740eed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: isort
2727

2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 4.0.1
29+
rev: 5.0.4
3030
hooks:
3131
- id: flake8
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: isort
2727

2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 4.0.1
29+
rev: 5.0.4
3030
hooks:
3131
- id: flake8
3232
args: ["--config=setup.cfg"]

0 commit comments

Comments
 (0)