File: setup.cfg

package info (click to toggle)
python-aioinflux 0.9.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 320 kB
  • sloc: python: 1,402; makefile: 41
file content (4 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (2)
1
2
3
4
[flake8]
ignore = F401,F403,F405,F841,W503,W504,RST304,D
max-line-length = 96
max-complexity = 16