tadashi-aikawa/owlmixin

View on GitHub
Use Ruff instead of black #221
tadashi-aikawa authored 6173bf85
complete00:00:19
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

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
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-04-28T02:34:43.878791 #1]  WARN -- : Skipping docs/_static/jquery.js due to CC::Parser::Client::HTTPError
W, [2024-04-28T02:34:43.878847 #1]  WARN -- : Response status: 422
W, [2024-04-28T02:34:45.882315 #1]  WARN -- : Skipping docs/_static/underscore.js due to CC::Parser::Client::HTTPError
W, [2024-04-28T02:34:45.882357 #1]  WARN -- : Response status: 422
W, [2024-04-28T02:34:45.907628 #1]  WARN -- : Skipping docs/searchindex.js due to CC::Parser::Client::HTTPError
W, [2024-04-28T02:34:45.907674 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-04-28T02:34:49.882996 #1]  WARN -- : Skipping ./docs/_static/jquery.js due to CC::Parser::Client::HTTPError
W, [2024-04-28T02:34:49.883348 #1]  WARN -- : Response status: 422
W, [2024-04-28T02:34:52.422921 #1]  WARN -- : Skipping ./docs/_static/underscore.js due to CC::Parser::Client::HTTPError
W, [2024-04-28T02:34:52.522898 #1]  WARN -- : Response status: 422
W, [2024-04-28T02:34:53.008968 #1]  WARN -- : Skipping ./docs/searchindex.js due to CC::Parser::Client::HTTPError
W, [2024-04-28T02:34:53.009018 #1]  WARN -- : Response status: 422
I, [2024-04-28T02:34:53.058905 #1]  INFO -- : Skipping file ./owlmixin/errors.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 6
    title: str
         ^
SyntaxError: invalid syntax


I, [2024-04-28T02:34:53.074102 #1]  INFO -- : Skipping file ./owlmixin/owlcollections.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 43
    def __add__(self, values: list) -> "TList[T]":
                            ^
SyntaxError: invalid syntax


I, [2024-04-28T02:34:53.079113 #1]  INFO -- : Skipping file ./owlmixin/samples.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 23
    name: str
        ^
SyntaxError: invalid syntax


I, [2024-04-28T02:34:53.090468 #1]  INFO -- : Skipping file ./owlmixin/util.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 61
    def get_dialect_name(crlf: bool, tsv: bool) -> str:
                             ^
SyntaxError: invalid syntax


I, [2024-04-28T02:34:53.091161 #1]  INFO -- : Skipping file ./owlmixin/owlenum.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 18
    def from_value(cls, value: str):
                             ^
SyntaxError: invalid syntax


I, [2024-04-28T02:34:53.102815 #1]  INFO -- : Skipping file ./owlmixin/__init__.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 27
    extra_keys: set = set(arg_dict.keys()) - {n for n, t in cls_properties}
              ^
SyntaxError: invalid syntax


I, [2024-04-28T02:34:53.106950 #1]  INFO -- : Skipping file ./owlmixin/owloption.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 13
    def get(self) -> T:
                  ^
SyntaxError: invalid syntax


I, [2024-04-28T02:34:53.115253 #1]  INFO -- : Skipping file ./owlmixin/transformers.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 14
    def is_ignore(v) -> bool:
                     ^
SyntaxError: invalid syntax