Skip to content

Commit

Permalink
Removing mypy. We're all consenting adults here. Let's catch these is…
Browse files Browse the repository at this point in the history
…sues using our IDEs or in PR review. Black catches most of it anyway, #125
  • Loading branch information
adamcharnock committed Jun 30, 2024
1 parent b590724 commit 4a15aa1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:

- name: Install
run: |
pip install flake8 isort black mypy django-stubs dj_database_url types-six types-requests types-mock
pip install flake8 isort black django-stubs dj_database_url types-six types-requests types-mock
pip install "django-stubs<1.13.0" # Remove this line once https://github.com/typeddjango/django-stubs/issues/1227 is fixed
pip install -r requirements_test.txt
python setup.py develop
Expand All @@ -131,5 +131,3 @@ jobs:
run: python -m isort . --check-only --diff
- name: Running black
run: black --check .
- name: Running mypy
run: mypy .
11 changes: 0 additions & 11 deletions mypy.ini

This file was deleted.

0 comments on commit 4a15aa1

Please sign in to comment.