File: setup.cfg

package info (click to toggle)
billiard 4.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: python: 9,767; ansic: 1,725; makefile: 110; sh: 6
file content (21 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tool:pytest]
testpaths = t/unit/
python_classes = test_*

[flake8]
# classes can be lowercase, arguments and variables can be uppercase
# whenever it makes the code more readable.
ignore = N806, N802, N801, N803, E305

[pep257]
ignore = D102,D104,D203,D105,D213

[metadata]
license_file = LICENSE.txt

[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*
check-hidden = true
# ignore-regex = 
ignore-words-list = assertin