Skip to content

Commit

Permalink
🧪 Stop auto-installing MyPy type stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Aug 31, 2024
1 parent 850f514 commit a7f8007
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ repos:
- tomli # requirement of packaging/pep517_backend/
- types-setuptools # requirement of packaging/pep517_backend/
args:
- --install-types
- --non-interactive
- --python-version=3.12
- --txt-report=.tox/.tmp/.mypy/python-3.12
- --cobertura-xml-report=.tox/.tmp/.mypy/python-3.12
Expand All @@ -141,8 +139,6 @@ repos:
- types-Pygments
- types-colorama
args:
- --install-types
- --non-interactive
- --python-version=3.10
- --txt-report=.tox/.tmp/.mypy/python-3.10
- --cobertura-xml-report=.tox/.tmp/.mypy/python-3.10
Expand All @@ -160,8 +156,6 @@ repos:
- types-Pygments
- types-colorama
args:
- --install-types
- --non-interactive
- --python-version=3.8
- --txt-report=.tox/.tmp/.mypy/python-3.8
- --cobertura-xml-report=.tox/.tmp/.mypy/python-3.8
Expand Down

0 comments on commit a7f8007

Please sign in to comment.