PyCQA/flake8-bugbear

Proposed opinionated warning against re.match

Ouverte

#132 ouverte le 13 août 2020

 (1 commentaire) (0 réaction) (0 personne assignée)Python (116 forks)github user discovery
help wantedquestion

Métriques du dépôt

Stars
 (1 116 étoiles)
Métriques de merge PR
 (Merge moyen 4h 17m) (3 PRs mergées en 30 j)

Description

Technically, using re.match is valid. Realistically, the author probably meant .search and is going to lose a ton of time trying to figure out why her regex isn't working.

I'm speaking purely in compassion toward more junior developers; I would obviously never make such an elementary mistake myself. https://twitter.com/catherinedevlin/status/1257507010041520139

If you think you're likely to accept it, I'd be interested in authoring such a warning.

Guide contributeur