File: setup.cfg

package info (click to toggle)
python-django-postgres-extra 2.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,096 kB
  • sloc: python: 9,057; makefile: 17; sh: 7; sql: 1
file content (12 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
[flake8]
ignore = E252,E501,W503
exclude = env,.tox,.git,config/settings,*/migrations/*,*/static/CACHE/*,docs,node_modules

[isort]
line_length=80
multi_line_output=3
lines_between_types=1
include_trailing_comma=True
known_third_party=pytest,freezegun
float_to_top=true
skip_glob=tests/snapshots/*.py