view pyproject.toml @ 401:b11c51a0eade

Update pre-commit hooks
author Amine Sehili <amine.sehili@gmail.com>
date Sat, 25 May 2024 22:48:25 +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
)/
'''