forked from atlassian-api/atlassian-python-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (24 loc) · 807 Bytes
/
Copy pathsetup.cfg
File metadata and controls
28 lines (24 loc) · 807 Bytes
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
[pep8]
max-line-length = 120
[flake8]
max-line-length = 120
ignore = E203,E501,W503
exclude = .tox,docs
per-file-ignores =
examples/confluence_v2_compatibility_example.py:F841
examples/confluence_v2_example.py:E226,F541
examples/confluence_v2_whiteboard_custom_content_example.py:E741,F541
examples/jira/jira_v3_comments_and_worklog.py:F401
examples/jira/jira_v3_update_issue_example.py:F401
tests/test_confluence_base.py:F401
tests/test_confluence_v2.py:F401
tests/test_confluence_v2_basic_structure.py:F401
tests/test_confluence_v2_compatibility.py:F401
tests/test_confluence_v2_with_mocks.py:F401,F841
tests/test_confluence_version_compatibility.py:F401
[mypy]
ignore_missing_imports = True
[aliases]
test = pytest
[metadata]
description_file = README.rst