mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Add a mypy run to the pipeline
This commit is contained in:
parent
7e60acb259
commit
8f0712e89b
4 changed files with 27 additions and 5 deletions
|
|
@ -34,7 +34,7 @@ from .exception import BuildException, VCSException
|
|||
config = None
|
||||
options = None
|
||||
|
||||
DEFAULT_JSON_PER_BUILD = {'errors': [], 'warnings': [], 'infos': []}
|
||||
DEFAULT_JSON_PER_BUILD = {'errors': [], 'warnings': [], 'infos': []} # type: ignore
|
||||
json_per_build = DEFAULT_JSON_PER_BUILD
|
||||
|
||||
MAVEN_URL_REGEX = re.compile(r"""\smaven\s*{.*?(?:setUrl|url)\s*=?\s*(?:uri)?\(?\s*["']?([^\s"']+)["']?[^}]*}""",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue