-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Milestone
Description
… by dropping
python-telegram-bot/pyproject.toml
Line 4 in 0c50850
skip-string-normalization = true |
Can be done e.g. before we start with stage 2 of v14 or just before releasing.
edit: we can probably also remove these lines:
python-telegram-bot/pyproject.toml
Lines 6 to 11 in 92cb6f3
# We need to force-exclude the negated include pattern | |
# so that pre-commit run --all-files does the correct thing | |
# see https://github.com/psf/black/issues/1778 | |
force-exclude = '^(?!/(telegram|examples|tests)/).*\.py$' | |
include = '(telegram|examples|tests)/.*\.py$' | |
exclude = 'telegram/vendor' |
so that black just runs on everything. shouldn't be a problem, especially in combination with this
Metadata
Metadata
Assignees
Labels
No labels