File: tox.ini

package info (click to toggle)
fastkml 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,552 kB
  • sloc: python: 18,501; xml: 539; makefile: 16
file content (16 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[flake8]
min_python_version = 3.8
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
max_line_length = 89
ignore=
    W503
per-file-ignores =
    tests/*.py: E722,E741,E501,DALL,ECE001,CCR001
    examples/*.py: DALL
    fastkml/gx.py: LIT002
    fastkml/views.py: LIT002
    fastkml/registry.py: E704
    docs/conf.py: E402
enable-extensions=G
literal_inline_quotes = double
literal_multiline_quotes = double