Skip to content

Commit

Permalink
Bump formate pre-commit hook version.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 15, 2021
1 parent e615058 commit 6d1d3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo_helper/files/pre_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def make_pre_commit(repo_path: pathlib.Path, templates: jinja2.Environment) -> L

formate = Repo(
repo=make_github_url("repo-helper", "formate"),
rev="v0.3.2",
rev="v0.4.0",
hooks=[{"id": "formate", "exclude": formate_excludes}],
)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_files/test_testing_/test_make_pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ repos:
- id: forbid-crlf

- repo: https://github.com/repo-helper/formate
rev: v0.3.2
rev: v0.4.0
hooks:
- id: formate
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$
Expand Down

0 comments on commit 6d1d3d8

Please sign in to comment.