Skip to content

Commit ede65d1

Browse files
committed
Bump pre-commit hook versions.
1 parent 6d1d3d8 commit ede65d1

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
@@ -196,7 +196,7 @@ def to_dict(self) -> MutableMapping[str, Union[str, List[Hook]]]:
196196

197197
flake2lint = Repo(
198198
repo=make_github_url("domdfcoding", "flake2lint"),
199-
rev="v0.2.0",
199+
rev="v0.3.0",
200200
hooks=["flake2lint"],
201201
)
202202

@@ -264,7 +264,7 @@ def make_pre_commit(repo_path: pathlib.Path, templates: jinja2.Environment) -> L
264264

265265
formate = Repo(
266266
repo=make_github_url("repo-helper", "formate"),
267-
rev="v0.4.0",
267+
rev="v0.4.1",
268268
hooks=[{"id": "formate", "exclude": formate_excludes}],
269269
)
270270

tests/test_files/test_testing_/test_make_pre_commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
files: ^hello_world/.*\.py$
4242

4343
- repo: https://github.com/domdfcoding/flake2lint
44-
rev: v0.2.0
44+
rev: v0.3.0
4545
hooks:
4646
- id: flake2lint
4747

@@ -68,7 +68,7 @@ repos:
6868
- id: forbid-crlf
6969

7070
- repo: https://github.com/repo-helper/formate
71-
rev: v0.4.0
71+
rev: v0.4.1
7272
hooks:
7373
- id: formate
7474
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$

0 commit comments

Comments
 (0)