-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
48 lines (39 loc) · 1.13 KB
/
setup.cfg
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
[bumpversion]
current_version = 4.0.1
commit = True
tag = True
[bumpversion:file:language_acts/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[bumpversion:file:CHANGELOG.rst]
search = Unreleased
replace = {new_version}
[flake8]
max-line-length = 88
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
[pycodestyle]
max-line-length = 88
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
[mypy]
python_version = 3.7
check_untyped_defs = True
ignore_missing_imports = True
warn_unused_ignores = True
warn_redundant_casts = True
warn_unused_configs = True
plugins = mypy_django_plugin.main
[mypy.plugins.django-stubs]
django_settings_module = config.settings.test
[mypy-*.migrations.*]
# Django migrations should not produce any errors:
ignore_errors = True
[fabric]
compose_cmd = docker-compose
default_branch = master
default_instance = dev
default_stack = kdl_dev
gateway = ssh2.kdl.kcl.ac.uk
host = languageacts3.cch.kcl.ac.uk
host_path = /project/containers
project = language_acts
repository = https://github.com/kingsdigitallab/language-acts-docker.git