File: setup.cfg

package info (click to toggle)
python-mongoengine 0.29.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: python: 7,194; makefile: 57; sh: 17
file content (21 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[flake8]
ignore = E501,F403,F405,I201,I202,W504,W605,W503,B007
exclude = build,dist,docs,venv,venv3,.tox,.eggs,tests
max-complexity = 47

[tool:pytest]
testpaths = tests

[isort]
known_first_party = mongoengine,tests
default_section = THIRDPARTY
multi_line_output = 3
include_trailing_comma = True
combine_as_imports = True
line_length = 70
ensure_newline_before_comments = 1

[egg_info]
tag_build = 
tag_date = 0