view pyproject.toml @ 6:00d59dc616ba

FIX: Use "LC_PAPER" only on GNU Linux. It is a GNU extension to locale.
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 16 Sep 2025 14:38:35 +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"