Skip to content

Commit

Permalink
Remove mypy checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Aug 1, 2024
1 parent f640f7c commit 001f029
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 259 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,3 @@ jobs:
run: |
poetry run ruff format . --check
poetry run ruff check .
- name: Type check
run: |
make checktypes
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@ format: ## Format and fix code
safe: ##
poetry run bandit -ll -r ./redbox
poetry run bandit -ll -r ./django_app
poetry run mypy ./redbox --ignore-missing-imports
poetry run mypy ./django_app --ignore-missing-imports

.PHONY: checktypes
checktypes: ## Check types in redbox and worker
poetry install --with dev --without docs --no-root
poetry run mypy redbox-core --ignore-missing-imports
poetry run mypy worker --ignore-missing-imports

.PHONY: check-migrations
check-migrations: stop ## Check types in redbox and worker
Expand Down
100 changes: 27 additions & 73 deletions django_app/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 django_app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ pytest-mock = "^3.12.0"
pytest-cov = "^5.0.0"
pytest-asyncio = "^0.23"
pylint = "^3.2.6"
mypy = "^1.11.0"
types-python-dateutil = "^2.9.0.20240315"
types-markdown = "^3.6.0.20240316"
ruff = "^0.5.5"
Expand Down
Loading

0 comments on commit 001f029

Please sign in to comment.