Skip to content

Commit

Permalink
Bump flake8-dunder-all pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 24, 2024
1 parent ab41c2e commit af1f6ff
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 @@ -257,7 +257,7 @@ def make_pre_commit(repo_path: pathlib.Path, templates: Environment) -> List[str

flake8_dunder_all = Repo(
repo=make_github_url("domdfcoding", "flake8-dunder-all"),
rev="v0.3.1",
rev="v0.4.1",
hooks=[{
"id": "ensure-dunder-all",
"files": fr"^{import_name}{'-stubs' if stubs_package else ''}/.*\.py$"
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 @@ -43,7 +43,7 @@ repos:
- id: bind-requirements

- repo: https://github.com/domdfcoding/flake8-dunder-all
rev: v0.3.1
rev: v0.4.1
hooks:
- id: ensure-dunder-all
files: ^hello_world/.*\.py$
Expand Down

0 comments on commit af1f6ff

Please sign in to comment.