-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo_helper.yml
57 lines (49 loc) · 1.23 KB
/
repo_helper.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: flake8-missing-annotations
copyright_years: "2022"
author: "Dominic Davis-Foster"
email: "[email protected]"
version: "0.0.0"
username: "python-formate"
assignee: "domdfcoding"
license: 'MIT'
short_desc: "Experimental Flake8 plugin to identify missing or incomplete argument annotations."
on_pypi: false
min_coverage: 94
use_whey: true
docs_fail_on_warning: true
enable_docs: false
enable_conda: false
enable_tests: false
# Versions to run tests for
python_versions:
- '3.7'
- '3.8'
- '3.9'
- "3.10"
- "3.11"
- "3.12"
- "3.13"
classifiers:
- 'Development Status :: 4 - Beta'
- 'Framework :: Flake8'
- 'Intended Audience :: Developers'
- "Topic :: Utilities"
extra_sphinx_extensions:
- sphinx_toolbox.pre_commit
- sphinx_toolbox.flake8
- sphinx-favicon
entry_points:
flake8.extension:
- MAN=flake8_missing_annotations:Plugin
keywords:
- flake8
- annotations
- pep484
sphinx_conf_epilogue:
- needspace_amount = r"5\baselineskip"
- 'favicons = [{"rel": "icon", "href": "https://python-formate.github.io/assets/formate.ico", "sizes": "48x48", "type": "image/vnd.microsoft.icon"}]'
- nitpicky = True
exclude_files:
- contributing