Skip to content

Instantly share code, notes, and snippets.

@ssbarnea
Created December 9, 2020 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssbarnea/fffaec1521f0afed278d2cd89d4243f2 to your computer and use it in GitHub Desktop.
Save ssbarnea/fffaec1521f0afed278d2cd89d4243f2 to your computer and use it in GitHub Desktop.
ssbarnea@imac: ~/c/opendev/zuul master ⚡
$ tox -e linters [14:52:01]
linters installed: attrs==20.3.0,flake8==3.8.4,jsonschema==3.2.0,mccabe==0.6.1,mypy==0.730,mypy-extensions==0.4.3,openapi-spec-validator==0.2.9,pycodestyle==2.6.0,pyflakes==2.2.0,pyrsistent==0.17.3,PyYAML==5.3.1,six==1.15.0,typed-ast==1.4.1,typing-extensions==3.7.4.3
linters run-test-pre: PYTHONHASHSEED='175710168'
linters run-test: commands[0] | flake8
linters run-test: commands[1] | mypy --ignore-missing-imports zuul
zuul/cmd/migrate.py:42: error: syntax error in type comment
zuul/cmd/migrate.py:43: error: syntax error in type comment
zuul/cmd/migrate.py:508: error: syntax error in type comment
zuul/cmd/migrate.py:509: error: syntax error in type comment
zuul/cmd/migrate.py:510: error: syntax error in type comment
zuul/cmd/migrate.py:1035: error: syntax error in type comment
Found 6 errors in 1 file (checked 263 source files)
ERROR: InvocationError for command /Users/ssbarnea/c/opendev/zuul/.tox/linters/bin/mypy --ignore-missing-imports zuul (exited with code 2)
_________________________________________________________________ summary _________________________________________________________________
ERROR: linters: commands failed
tox -e linters 24.58s user 1.38s system 97% cpu 26.556 total
Time: 0h:00m:26s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment