File: setup.cfg

package info (click to toggle)
django-ajax-selects 1.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 356 kB
  • sloc: python: 924; javascript: 191; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
[flake8]
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E133
exclude = ./example/AJAXSELECTS/lib/*,./example/AJAXSELECTS/bin/*,./docs/*
max-line-length = 120
max-complexity = 10

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0