PyCQA/flake8-bugbear

Proposed opinionated warning against re.match

Aberta

#132 aberto em 13 de ago. de 2020

 (1 comentário) (0 reação) (0 responsável)Python (116 forks)github user discovery
help wantedquestion

Métricas do repositório

Stars
 (1.116 estrelas)
Métricas de merge de PR
 (Mesclagem média 4h 17m) (3 fundiu PRs em 30d)

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.

Guia do colaborador