Skip to content

Commit e615058

Browse files
committed
Bump formate pre-commit hook version.
1 parent 8255883 commit e615058

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
@@ -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.3.1",
267+
rev="v0.3.2",
268268
hooks=[{"id": "formate", "exclude": formate_excludes}],
269269
)
270270

tests/test_files/test_testing_/test_make_pre_commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ repos:
6868
- id: forbid-crlf
6969

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

0 commit comments

Comments
 (0)