-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo_helper.yml
More file actions
30 lines (27 loc) · 650 Bytes
/
repo_helper.yml
File metadata and controls
30 lines (27 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'pytest-mypy-plugins-shim'
copyright_years: '2021'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'python-coincidence'
assignee: 'domdfcoding'
version: '0.3.0'
license: 'MIT'
short_desc: 'Substitute for "pytest-mypy-plugins" for Python implementations which
aren''t supported by mypy.'
use_whey: true
enable_conda: false
enable_docs: false
enable_tests: false
entry_points:
pytest11:
- "pytest-mypy-plugins-shim = pytest_mypy_plugins_shim"
python_versions:
pypy37:
pypy38:
pypy39:
"3.10":
"3.11":
"3.12":
"3.13":