srhinos / primelooter

A small python bot which automatically claims amazon prime gaming loot :D
GNU General Public License v3.0
52 stars 3 forks source link

Clean Up CICD + Linting (Also ReBlack, Windows sucks) #2

Closed srhinos closed 2 years ago

srhinos commented 2 years ago

Noticed CICD was bypassing the Flake8 file I added since a lot of the CLI args were hardcoded so fixed that.

Also wanted to make sure we fail any contributions that introduce new flake8 violations or don't blacken their code since thats a pretty ezpz step.

Gonna probably also introduce a reqs for dev instead of hard coding them in CICD as well but in another PR!

srhinos commented 2 years ago

Ah forgot to mention, Windows was fucked up since my VSCode config was synced from my MacOS work pc and wasn't properly blackening for some reason. That got fixed though so this also includes the ACTUAL blackening