JacksonH44 / PPI-prediction

MIT License
0 stars 0 forks source link

CI linting on Windows returns OSError #58

Closed JacksonH44 closed 1 month ago

JacksonH44 commented 1 month ago

When we lint with flake8, the current setup is to run: poetry run flake8 src/data/* poetry run flake8 src/features/* On Linux and MacOS platforms, this runs fine, but on Windows the following error occurs: image

Find a way to fix this so that this lints correctly on Windows