Skip to content

Commit 5149193

Browse files
committed
fix(hooks): black all repo
1 parent d19bb8e commit 5149193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/post_gen_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def initialize_git_repository() -> None:
8484
def format_code() -> None:
8585
"""Correct source code following the Black style."""
8686
print(" * Make repository Black linter compliant.")
87-
sh.black("setup.py", "src", "docs/examples", "tests")
87+
sh.black(".")
8888

8989

9090
def initialize_requirement_files() -> None:

0 commit comments

Comments
 (0)