Skip to content

Commit d767fbd

Browse files
committed
Bump flake2lint version.
1 parent 84c871c commit d767fbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
files: ^repo_helper/.*\.py$
4242

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

repo_helper/files/pre_commit.py

Lines changed: 1 addition & 1 deletion
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.1.1",
199+
rev="v0.2.0",
200200
hooks=["flake2lint"],
201201
)
202202

tests/test_files/test_testing_/test_make_pre_commit.yaml

Lines changed: 1 addition & 1 deletion
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.1.1
44+
rev: v0.2.0
4545
hooks:
4646
- id: flake2lint
4747

0 commit comments

Comments
 (0)