forked from coala/coala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.moban.yaml
67 lines (62 loc) · 1.74 KB
/
.moban.yaml
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
58
59
60
61
62
63
64
65
66
67
overrides: coala.yaml
name: coala
contact: [email protected]
description: Linting and Fixing Code for All Languages
build_version: 0.12.0.dev99999999999999
current_version: 0.12.0.dev
version: 0.12.0.dev
release: 0.12.0.dev
branch: master
command_line_interface: coala
package_module: coalib
rtd_maintainer: L.S., F.N., M.K.
ci_directory: .misc
docs_dir: docs
docs_source_dir: ./
docs_toc: false
test_py36: true
allow_generic_no_cover: true
entry_points:
console_scripts:
- coala = coalib.coala:main
- coala-ci = coalib.coala_ci:main
- coala-json = coalib.coala_json:main
- coala-format = coalib.coala_format:main
- coala-delete-orig = coalib.coala_delete_orig:main
dependencies:
- appdirs~=1.4
- cached-property~=1.4.3
- cli-helpers~=1.0.2
- git+https://gitlab.com/coala/coala-utils#egg=coala-utils-0.7.0
- colorlog>=2.7,<4.0
- git+https://gitlab.com/jayvdb/package_manager#egg=dependency-management-0.5.0.dev0
- packaging>=16.8
- Pygments~=2.1
- PyPrint~=0.2.6
- requests~=2.12
- setuptools>=21.0.0
- unidiff~=0.5.2
gitignore_extra_rulesets:
- node
requires:
- https://gitlab.com/coala/mobans.git
configuration:
template_dir:
- .moban.dt/
- mobans:templates/
- mobans:assets/
configuration: .moban.yaml
configuration_dir: 'mobans:'
targets:
- .gitignore: core-gitignore.jj2
- .editorconfig: .editorconfig.jj2
- setup.py: core-setup.py.jj2
- setup.cfg: core-setup.cfg.jj2
- requirements.txt: requirements.txt.jj2
- test-requirements.txt: core-test-requirements.txt.jj2
- tests/conftest.py: conftest.py
- coalib/VERSION: VERSION.jj2
- runtime.txt: runtime.txt
- netlify.toml: docs/netlify.toml
- .misc/appveyor.yml: ci/appveyor.yml.jj2
- .misc/run_with_env.cmd: run_with_env.cmd