-
-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy pathsetup.cfg
More file actions
21 lines (21 loc) 路 680 Bytes
/
Copy pathsetup.cfg
File metadata and controls
21 lines (21 loc) 路 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[flake8]
max-line-length = 120
ignore = E402, E501, E731, W503, E266, E203
per-file-ignores =
kerykeion/backword.py: F401, F403, F405
kerykeion/settings/__init__.py: F401, F403
kerykeion/schemas/__init__.py: F401, F403
kerykeion/kr_types/__init__.py: F401, F403, F405
kerykeion/kr_types/kr_models.py: F401, F403
kerykeion/kr_types/kr_literals.py: F401, F403
kerykeion/kr_types/settings_models.py: F401, F403
kerykeion/kr_types/kerykeion_exception.py: F401, F403
kerykeion/kr_types/chart_template_model.py: F401, F403
kerykeion/charts/chart_drawer.py: F811
exclude =
.git,
__pycache__,
.venv,
dist,
build,
*.egg-info