swh:1:snp:2fc2bc0689435f26c5052349dd53e5b5581f4d7b
Raw File
Tip revision: ec89c144d1ec560c447d5da2e6207e6a20ce0709 authored by bayc on 11 November 2020, 23:17:52 UTC
Add lower bound to Ct interpolation; add bounds to Cp interpolation
Tip revision: ec89c14
pyproject.toml
[tool.black]
target-version=["py36", "py37"]
line-length=88

include = '\.pyi?$'
exclude = '''
/(
    \.git
  | \.hg
  | \.mypy_cache
  | \.tox
  | \.venv
  | _build
  | buck-out
  | build
  | dist
)/
'''
back to top