ruff/format
Some checks failed
/ job (push) Failing after 50s

This commit is contained in:
Marc Beninca 2024-08-19 18:18:16 +02:00
parent e9e3779018
commit 94e85a8f36
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ ROOT = [
class Project: class Project:
"""Current project.""" """Current project."""
def __init__(self: Project, projects: Projects) -> None: def __init__(self: Project, projects: Projects) -> None:
"""Set projects, branch, name, root & url.""" """Set projects, branch, name, root & url."""
self.projects = projects self.projects = projects

View file

@ -19,6 +19,7 @@ SERVER_URL = [
class Projects: class Projects:
"""Other projects.""" """Other projects."""
def __init__(self: Projects) -> None: def __init__(self: Projects) -> None:
"""Set environment, group, name & url.""" """Set environment, group, name & url."""
self.environment = os.environ self.environment = os.environ