Skip to content

Commit

Permalink
🧪 Stop auto-installing types via MyPy
Browse files Browse the repository at this point in the history
This contributes to reproducibility.
  • Loading branch information
webknjaz committed Jan 16, 2024
1 parent 7759e9f commit 87d7191
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ repos:
- pytest
- Sphinx >= 5.3.0
args:
- --install-types
- --non-interactive
- --python-version=3.13
- --txt-report=.tox/.tmp/.mypy/python-3.13
- --cobertura-xml-report=.tox/.tmp/.mypy/python-3.13
Expand All @@ -122,8 +120,6 @@ repos:
- pytest
- Sphinx >= 5.3.0
args:
- --install-types
- --non-interactive
- --python-version=3.11
- --txt-report=.tox/.tmp/.mypy/python-3.11
- --cobertura-xml-report=.tox/.tmp/.mypy/python-3.11
Expand All @@ -138,8 +134,6 @@ repos:
- pytest
- Sphinx >= 5.3.0
args:
- --install-types
- --non-interactive
- --python-version=3.9
- --txt-report=.tox/.tmp/.mypy/python-3.9
- --cobertura-xml-report=.tox/.tmp/.mypy/python-3.9
Expand All @@ -154,8 +148,6 @@ repos:
- pytest
- Sphinx >= 5.3.0, < 6
args:
- --install-types
- --non-interactive
- --python-version=3.7
- --txt-report=.tox/.tmp/.mypy/python-3.7
- --cobertura-xml-report=.tox/.tmp/.mypy/python-3.7
Expand Down

0 comments on commit 87d7191

Please sign in to comment.