File: .flake8

package info (click to toggle)
colorcet 3.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,060 kB
  • sloc: python: 27,630; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
[flake8]
include = *.py
exclude = .git,__pycache__,.tox,.eggs,*.egg,doc,dist,build,_build,.ipynb_checkpoints,run_test.py
ignore = E,
         W