mlops-club / awscdk-minecraft

An AWS CDK package written in Python for deploying an entire Minecraft Server Platform-as-a-Service
Other
13 stars 4 forks source link

verify flake8 catching things in pre-commit #11

Closed mathematicalmichael closed 1 year ago

mathematicalmichael commented 1 year ago

expected behavior:

if I try to commit a file w bad styling, pre-commit stops me.

current behavior: I've seen a few instances where CI catches something my system didn't, which shouldn't be the case.

phitoduck commented 1 year ago

Fixed