Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2024
1 parent d95f2d6 commit 43ed506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hooks/post_gen_project.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Hooks which are executed after the template is rendered."""

from __future__ import annotations

import shutil
Expand Down
1 change: 1 addition & 0 deletions hooks/pre_gen_project.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Hooks which are executed before the template is rendered."""

import re

MODULE_REGEX = r"^[_a-zA-Z][_a-zA-Z0-9]*$"
Expand Down

0 comments on commit 43ed506

Please sign in to comment.