File: pyproject.toml

package info (click to toggle)
python-requests-futures 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 423; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[tool.black]
line-length=80
skip-string-normalization=true
skip-magic-trailing-comma=true

[tool.isort]
profile = "black"
known_first_party="requests_futures"
line_length=80

[tool.pytest.ini_options]
pythonpath = "."