deadc0de6 / dotdrop

Save your dotfiles once, deploy them everywhere
https://dotdrop.readthedocs.io
GNU General Public License v3.0
1.77k stars 105 forks source link

Ignore virtual envs in pylint checks in check-syntax.sh #416

Closed Maetveis closed 11 months ago

Maetveis commented 11 months ago

It is common to place the virtual environment into the repository folder, and this is already supported recognized in the .gitignore. Also ignore these folders in tests.sh.

coveralls commented 11 months ago

Coverage Status

coverage: 92.744%. remained the same when pulling ffff13b8d42c445254662f5e0cd19efc573f12a3 on Maetveis:ignore_venv into cf8bd39597a3eadf581665b4c26f400524c336d3 on deadc0de6:master.

deadc0de6 commented 11 months ago

Good catch, thanks a lot!