view pyproject.toml @ 413:0a6bc66562d3

Use modern syntax for super everywhere
author Amine Sehili <amine.sehili@gmail.com>
date Fri, 21 Jun 2024 20:12:53 +0200
parents bd242e80455f
children 70abdb92149a
line wrap: on
line source
[tool.black]
line-length = 80
include = '\.pyi?$'
exclude = '''
/(
    \.git
  | \.hg
  | \.mypy_cache
  | \.tox
  | \.venv
  | _build
  | buck-out
  | build
  | dist
)/
'''