File: setup.cfg

package info (click to toggle)
python-click-default-group 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: python: 114; makefile: 8; sh: 6
file content (7 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[flake8]
ignore = E301
import-order-style = google
application-import-names = click_default_group

[tool:pytest]
python_files = test.py