Skip to content

Commit 1850d17

Browse files
authored
Stop running MyPy against Python 3.6
1 parent 6806386 commit 1850d17

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,6 @@ repos:
9898
- --txt-report=.tox/.tmp/.mypy/python-3.8
9999
- src/sphinx_ansible_theme/
100100
pass_filenames: false
101-
- id: mypy
102-
alias: mypy-py36
103-
name: MyPy, for Python 3.6
104-
additional_dependencies:
105-
- lxml # requirement of `--txt-report`
106-
- Sphinx >= 3.1.2, < 6
107-
- types-setuptools
108-
args:
109-
- --namespace-packages
110-
- --python-version=3.6
111-
- --txt-report=.tox/.tmp/.mypy/python-3.6
112-
- src/sphinx_ansible_theme/
113-
pass_filenames: false
114101
- repo: https://github.com/jazzband/pip-tools
115102
rev: 7.3.0
116103
hooks:

0 commit comments

Comments
 (0)