File: .flake8

package info (click to toggle)
python-influxdb-client 1.40.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,216 kB
  • sloc: python: 60,236; sh: 64; makefile: 53
file content (6 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
4
5
6
[flake8]
count = True
max-line-length = 120

# W504: Line break occurred after a binary operator
ignore = W504