mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
fix lint
This commit is contained in:
parent
4a9b69a720
commit
4d0117d54c
1 changed files with 3 additions and 1 deletions
|
|
@ -141,7 +141,9 @@ http_checks = (
|
||||||
re.compile(
|
re.compile(
|
||||||
r'^https://[^/]*(github|gitlab|bitbucket|rawgit|githubusercontent)\.[a-zA-Z]+/([^/]+/){2,3}(master|main)/'
|
r'^https://[^/]*(github|gitlab|bitbucket|rawgit|githubusercontent)\.[a-zA-Z]+/([^/]+/){2,3}(master|main)/'
|
||||||
),
|
),
|
||||||
_("Use /HEAD instead of /master or /main to point at a file in the default branch"),
|
_(
|
||||||
|
"Use /HEAD instead of /master or /main to point at a file in the default branch"
|
||||||
|
),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue