hackforla / peopledepot

A project to setup a datastore for people and projects at HackforLA. The link below takes you to the code documentation
https://hackforla.github.io/peopledepot/
GNU General Public License v2.0
5 stars 24 forks source link

Auth code2 #234

Closed ethanstrominger closed 1 month ago

ethanstrominger commented 6 months ago

What changes did you make?

Why did you make the changes (we will use this info to test)?

-

-

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Visuals before changes are applied ![image](Paste_Your_Image_Link_Here_After_Attaching_Files)
Visuals after changes are applied ![image](Paste_Your_Image_Link_Here_After_Attaching_Files)
fyliu commented 6 months ago

@ethanstrominger For the pre-commit hooks that gave you errors, it looks like it's just something to do with your particular system environment or macOS. I added them back and the automated pre-commit checks are all still passing.

Like we discussed, you can skip hooks by setting SKIP environment variable like SKIP=hadolint,flake8 pre-commit run --all. Seems like --all-files and --all do the same thing so I switched my usage to --all recently. I looked but didn't find a good way to disable flake8 plugins other than just not including them in the config file.