Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ repos:
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991 # Use the sha / tag you want to point at
rev: v1.19.1 # Use the sha / tag you want to point at
hooks:
- id: mypy
# Pinned so the hook's own venv can build typed-ast, which has no
# wheel for Python 3.12+; this only affects mypy's own interpreter,
# not the --python-version it type-checks against.
language_version: python3.11
2 changes: 0 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
-r requirements.txt
# Linting tools
mypy
# Testing tools
nose2[coverage_plugin]>=0.12,<1
mock>=1.0.1,<2
Expand Down
Loading