-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo_helper.yml
56 lines (46 loc) · 919 Bytes
/
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
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'formate-black'
copyright_years: '2021'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'python-formate'
assignee: 'domdfcoding'
version: '0.2.0.post1'
license: 'MIT'
short_desc: 'Use black with formate.'
enable_conda: false
enable_docs: false
min_coverage: 97
use_whey: true
python_versions:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- "3.10"
- "3.11"
- "3.12"
- 3.13-dev
keywords:
- formatting
- linting
- black
- formate
classifiers:
- "Development Status :: 4 - Beta"
- "Intended Audience :: Developers"
- 'Environment :: Console'
entry_points:
formate_hooks:
- "black=formate_black:black_hook"
mypy_deps:
- types-attrs>=0.2.0
exclude_files:
- contributing
- pylintrc
mypy_plugins:
- attr_utils.mypy_plugin
pre_commit_exclude: "^tests/data/.*$"
tox_unmanaged:
- flake8