File: setup.cfg

package info (click to toggle)
python-rx 4.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,056 kB
  • sloc: python: 39,070; javascript: 77; makefile: 24
file content (21 lines) | stat: -rw-r--r-- 252 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
[egg_info]
#tag_build = dev
#tag_svn_revision = 1

[aliases]
test = pytest

[tool:pytest]
testpaths = tests
asyncio_mode = strict

[flake8]
max-line-length = 88

[isort]
profile = black
src_paths=rx

[mypy]
python_version = 3.9
follow_imports = silent