File: setup.cfg

package info (click to toggle)
bluebrain-hpc-coding-conventions 1.0.0%2Bgit20221201-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 624 kB
  • sloc: python: 2,021; cpp: 220; makefile: 29
file content (3 lines) | stat: -rw-r--r-- 49 bytes parent folder | download
1
2
3
[flake8]
max-line-length = 88
ignore = E203 W503