File: setup.cfg

package info (click to toggle)
matrix-synapse-ldap3 0.1.4%2Bgit20201015%2Ba3c7a9f-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 148 kB
  • sloc: python: 910; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
[flake8]
max-line-length = 90
#  W503 requires that binary operators be at the end, not start, of lines. Erik doesn't like it.
ignore = W503