byarbrough / byarbrough/devoperable-python
Audit flake8 CI errors vs. warnings
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
#1 mentions that the flake8 in `workflows/lint.yml` may be overly permissive. This could result in bad code getting in.
- [ ] evaluate error on **F401** for unused imports
- [ ] evaluate error on **F841** for local variable assigned but unused
Note that pre-commit config already prohibits both of these.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.