Skip to content

Commit

Permalink
🚨 tox -e fix
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 10, 2024
1 parent 38206c2 commit b3275d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ozi/new/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def create_project_files(
f'README.{project.readme_type}',
).symlink_to(Path(project.target, 'README'))


def _valid_project(project: Namespace) -> Namespace:
"""Validate a project namespace."""
valid_project_name(name=project.name)
Expand Down

0 comments on commit b3275d0

Please sign in to comment.