view pyproject.toml @ 357:96adb05e3a07

Add tests for make_channel_selector
author Amine Sehili <amine.sehili@gmail.com>
date Wed, 01 Apr 2020 21:31:06 +0200
parents 1c1bec063103
children edcc102fb33f
line wrap: on
line source
[tool.black]
line-length = 79
include = '\.pyi?$'
exclude = '''
/(
    \.git
  | \.hg
  | \.mypy_cache
  | \.tox
  | \.venv
  | _build
  | buck-out
  | build
  | dist
)/
'''