Skip to content

Commit

Permalink
Bump flake2lint pre-commit hook version.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 3, 2021
1 parent d314541 commit eec82d3
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 @@ -196,7 +196,7 @@ def to_dict(self) -> MutableMapping[str, Union[str, List[Hook]]]:

flake2lint = Repo(
repo=make_github_url("domdfcoding", "flake2lint"),
rev="v0.3.0",
rev="v0.4.0",
hooks=["flake2lint"],
)

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 @@ -41,7 +41,7 @@ repos:
files: ^hello_world/.*\.py$

- repo: https://github.com/domdfcoding/flake2lint
rev: v0.3.0
rev: v0.4.0
hooks:
- id: flake2lint

Expand Down

0 comments on commit eec82d3

Please sign in to comment.