forked from City-of-Helsinki/city-infrastructure-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
91 lines (83 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[bumpversion]
current_version = 1.3.0
commit = True
tag = True
[bumpversion:file:setup.py]
[pep8]
max-line-length = 120
exclude = *migrations*
ignore = E309
[flake8]
exclude = migrations, venv
max-line-length = 120
max-complexity = 10
[tool:pytest]
DJANGO_SETTINGS_MODULE = city-infrastructure-platform.settings
norecursedirs = bower_components node_modules .git venv*
doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ALLOW_UNICODE
[coverage:run]
branch = True
omit = *migrations*,*site-packages*,*venv*
[isort]
atomic = true
combine_as_imports = true
indent = 4
length_sort = false
multi_line_output = 3
order_by_type = false
skip = venv
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = True
line_length = 88
[pydocstyle]
ignore = D100,D104,D105,D200,D203,D400
[prequ]
annotate = yes
requirements =
django-environ
Django~=2.2.14
pytz
--no-binary psycopg2
psycopg2
requests
django-extensions
django-filter
djangorestframework==3.11.1
django-cors-headers
django-enumfields
drf_yasg
drf-yasg[validation]
djangorestframework-gis
django-auditlog
sentry-sdk
git+https://github.com/City-of-Helsinki/django-helusers@a2705b992be69fc39f30558beb20f750fc5fe6e5
social-auth-app-django
django-storages[azure]
python-dateutil
rsa~=4.6
requirements-dev =
autoflake
autopep8
black
flake8
importmagic
ipython==7.16.1
isort>=5.0
jedi
pep8-naming
prequ
pydocstyle
pytest
pytest-cov
pytest-django
pytest-watch
pyobjc-core; sys_platform == 'darwin'
pyobjc-framework-cocoa; sys_platform == 'darwin'
pyobjc-framework-fsevents; sys_platform == 'darwin'
rope
yapf
bump2version
factory-boy
requirements-prod =
uwsgi~=2.0.19