Skip to content

Commit 731a99e

Browse files
committed
Bump pre-commit-hooks version.
1 parent f4e879e commit 731a99e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo_helper/files/pre_commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def make_pre_commit(repo_path: pathlib.Path, templates: jinja2.Environment) -> L
225225

226226
domdfcoding_hooks = Repo(
227227
repo=make_github_url("domdfcoding", "pre-commit-hooks"),
228-
rev="v0.1.5",
228+
rev="v0.1.6",
229229
hooks=[
230230
{"id": "requirements-txt-sorter", "args": ["--allow-git"]},
231231
{

tests/test_files/test_testing_/test_make_pre_commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: end-of-file-fixer
2626

2727
- repo: https://github.com/domdfcoding/pre-commit-hooks
28-
rev: v0.1.5
28+
rev: v0.1.6
2929
hooks:
3030
- id: requirements-txt-sorter
3131
args:

0 commit comments

Comments
 (0)