ComPWA / compwa.github.io

Source code for the ComPWA Organization website
https://compwa.github.io
Apache License 2.0
5 stars 4 forks source link

Create installable `src` folder and move pre-commit definitions there #260

Open redeboer opened 5 months ago

redeboer commented 5 months ago

https://github.com/ComPWA/compwa.github.io/pull/256 created a .pre-commit folder for local pre-commit hooks. These hooks don't work when pre-commit is run from another working directory. To fix this, the project can be made installable with the source code for the local pre-commit hooks under the src directory.

See for example here.