Skip to content

Commit

Permalink
Remove mypy checking
Browse files Browse the repository at this point in the history
  • Loading branch information
abogoyavlensky committed Mar 3, 2019
1 parent bf5b478 commit eb53fad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ lint:
@isort -rc $(PEP8_CLEANED)
@$(INFO) "Linting..."
@autoflake --in-place --recursive $(PEP8_CLEANED)
@$(INFO) "Checking types..."
@mypy --ignore-missing-imports --disallow-untyped-defs $(PEP8_CLEANED)
@$(INFO) "Checking complexity..."
@xenon --max-absolute B --max-modules A --max-average A $(PEP8_CLEANED)

Expand Down
33 changes: 1 addition & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pytest-mock = "^1.10"
coverage = "^4.5"
pytest-cov = "^2.6"
pytest-watch = "^4.2"
mypy = "^0.670.0"
xenon = "^0.5.5"
pytest-django = "^3.4"
tox = "^3.7"
Expand Down

0 comments on commit eb53fad

Please sign in to comment.