File: setup.cfg

package info (click to toggle)
python-libevdev 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 340 kB
  • sloc: python: 2,310; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[metadata]
description_file = README.md

[flake8]
ignore =
    # E501: line too long
    E501,
    # W504: line break after binary operator
    W504
exclude = .git, __pycache__, __init__.py
filename = *.py