Skip to content

Commit 1432aea

Browse files
Merge pull request #306 from amplify-education/cleanup-vestigial-mypy-deps
Clean up vestigial mypy/type-stub deps now covered by additional_dependencies
2 parents f2043e7 + f0dc5c2 commit 1432aea

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ repos:
3333
args: [--fix]
3434
- id: ruff-format
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v0.991 # Use the sha / tag you want to point at
36+
rev: v1.19.1 # Use the sha / tag you want to point at
3737
hooks:
3838
- id: mypy
39-
# Pinned so the hook's own venv can build typed-ast, which has no
40-
# wheel for Python 3.12+; this only affects mypy's own interpreter,
41-
# not the --python-version it type-checks against.
42-
language_version: python3.11

test-requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
-r requirements.txt
2-
# Linting tools
3-
mypy
42
# Testing tools
53
nose2[coverage_plugin]>=0.12,<1
64
mock>=1.0.1,<2

0 commit comments

Comments
 (0)