view pyproject.toml @ 3:2c27c13220fc

Also ignore .egg-info metadata directory
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 16 Sep 2025 13:48:07 +0200
parents d0832175b1b2
children
line wrap: on
line source

[tool.black]
line-length = 88
target-version = ['py310', 'py311', "py312", "py313"]
exclude = '''
/(
    \.git
  | \.hg
  | \.eggs
  | \.mypy_cache
  | \.tox
  | \.venv
  | _build
  | buck-out
  | build
  | dist
)/
'''

[tool.isort]
profile = "black"