Closed gatoniel closed 2 years ago
Hi, I just had problems with the pre-commit workflows.
I changed the version of flake8_tpying_imports from 1.7.0 to 1.12.0 in .pre-commit-config.yaml.
flake8_tpying_imports
.pre-commit-config.yaml
Furthermore, flake8 was not aware of the max line length of 88 introduced by black. So I added it in the end of the tox.ini.
tox.ini
Hi, I just had problems with the pre-commit workflows.
I changed the version of
flake8_tpying_imports
from 1.7.0 to 1.12.0 in.pre-commit-config.yaml
.Furthermore, flake8 was not aware of the max line length of 88 introduced by black. So I added it in the end of the
tox.ini
.