Skip to content

Commit 556909a

Browse files
committed
Bump pre-commit hooks versions.
1 parent bec1a58 commit 556909a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

repo_helper/files/pre_commit.py

Lines changed: 2 additions & 2 deletions
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.4",
228+
rev="v0.1.5",
229229
hooks=[
230230
{"id": "requirements-txt-sorter", "args": ["--allow-git"]},
231231
{
@@ -249,7 +249,7 @@ def make_pre_commit(repo_path: pathlib.Path, templates: jinja2.Environment) -> L
249249

250250
yapf_isort = Repo(
251251
repo=make_github_url("domdfcoding", "yapf-isort"),
252-
rev="v0.5.1",
252+
rev="v0.5.2",
253253
hooks=[{"id": "yapf-isort", "exclude": yapf_isort_excludes}],
254254
)
255255

tests/test_files/test_testing_/test_make_pre_commit.yaml

Lines changed: 2 additions & 2 deletions
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.4
28+
rev: v0.1.5
2929
hooks:
3030
- id: requirements-txt-sorter
3131
args:
@@ -59,7 +59,7 @@ repos:
5959
- id: forbid-crlf
6060

6161
- repo: https://github.com/domdfcoding/yapf-isort
62-
rev: v0.5.1
62+
rev: v0.5.2
6363
hooks:
6464
- id: yapf-isort
6565
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$

0 commit comments

Comments
 (0)