File: setup.cfg

package info (click to toggle)
python-evdev 1.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 384 kB
  • sloc: python: 1,685; ansic: 759; makefile: 142
file content (13 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[bumpversion]
current_version = 1.6.1
message = Bump version: {current_version} -> {new_version}
commit = True
tag = True

[flake8]
ignore = W191,E302,E265,E241,F403,E401
max-line-length = 110

[bumpversion:file:setup.py]

[bumpversion:file:docs/conf.py]