File: .flake8

package info (click to toggle)
sqlparse 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 952 kB
  • sloc: python: 5,593; sql: 167; makefile: 113; sh: 14
file content (8 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[flake8]
exclude =
  tests,
  docs,
  dist
max-complexity = 31
statistics = True
show-source = True