Skip to content

Unify quotes #2650

Closed
Closed
@Bibo-Joshi

Description

@Bibo-Joshi

… by dropping

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:

# 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions