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 Dec 13, 2024
1 parent ac35b1f commit da96228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions giturlparse/platforms/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class BasePlatform:
}

# None means it matches all domains
DOMAINS: tuple[str, ...]|None = None
SKIP_DOMAINS: tuple[str, ...]|None = None
DEFAULTS : dict[str, str] = {}
DOMAINS: tuple[str, ...] | None = None
SKIP_DOMAINS: tuple[str, ...] | None = None
DEFAULTS: dict[str, str] = {}

def __init__(self):
# Precompile PATTERNS
Expand Down

0 comments on commit da96228

Please sign in to comment.