File: setup.cfg

package info (click to toggle)
mssql-django 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: python: 4,967; sh: 105; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
[flake8]
exclude = .git,__pycache__,migrations
# W504 is mutually exclusive with W503
ignore = W504
max-line-length = 119