Jaydee94 / kubeseal-webgui

This is a simple web ui for Bitnami Sealed Secrets.
Apache License 2.0
75 stars 19 forks source link

Restrict pre-commit to our directory and use poetry where possible #166

Closed FSchumacher closed 2 years ago

FSchumacher commented 2 years ago

As we have some flake8 warnings in our code, you might have to disable flake8 plugin on commit by setting the env variable SKIP to flake8.

$ SKIP=flake8 git ...