File: .flake8

package info (click to toggle)
python-ase 3.26.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,484 kB
  • sloc: python: 148,112; xml: 2,728; makefile: 110; javascript: 47
file content (15 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[flake8]
ignore =
    # bad variable names like 'l' and 'I'
    E741,
    # line break before binary operator
    W503,
    # line break after binary operator
    W504

max-line-length = 80

exclude =
    ./build,
    ./dist,
    ./doc/build