fabiocaccamo/django-redirects

View on GitHub
[pre-commit.ci] pre-commit autoupdate #415
pre-commit-ci[bot] authored 047be19b
complete00:00:13
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
No checked in config: nothing to validate.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
11
Parser process id: 11
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
15
Parser process id: 15
codeclimate-parser socket not present
waiting 1s...
I, [2024-10-28T17:14:10.326310 #1]  INFO -- : Skipping file ./redirects/admin.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 21
    """.strip()  # noqa: E501
      ^
SyntaxError: invalid syntax


I, [2024-10-28T17:14:10.354962 #1]  INFO -- : Skipping file ./redirects/models.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 178
    f"{verbose_name} {self.type_status_code}: "
                                              ^
SyntaxError: invalid syntax