I would like to use the exactly same version of flake8 in requirements.txt
and in .pre-commit-config.yaml
.
To avoid redundancy I would like to keep the version number of flake8 exactly once in my repo.
Can pre-commit.com read the version number of flake8 from requirements.txt
?