nephila/django-meta

View on GitHub
[pre-commit.ci] pre-commit autoupdate #423
pre-commit-ci[bot] authored a2f2a17a
complete00:00:12
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: 'exclude_paths' has been deprecated, please use 'exclude_patterns' instead
WARNING: 'languages' has been deprecated, and will not be used
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-04-15T22:09:28.387012 #1]  INFO -- : Skipping file tasks.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 115
    new_version = f" --new-version {new_version}"
                                                ^
SyntaxError: invalid syntax