| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
This is no longer needed as we are not using any 'unsafe' yml on purpose anymore.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Updates the Dockerfile, pre-commit, CI, and documentation to reflect the
new dependency manager. Dockerfile is also updated to 3.9.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
Remove the mixed line endings pre-commit hook because it is obsolete.
Relying on git to handle line endings means contributors have more
flexibility with which line endings they want to use on check-out.
The settings in .gitattributes only impose which line endings will
be used upon check-in (LF), which should not impact local development;
git will still respect the core.eol and core.autocrlf settings.
|
| |
|
|
|
|
|
|
| |
It was excluding files that are already ignored by git. Pre-commit
respects git ignore, even with --all-files, so these ignores were
redundant.
|
| |
|
|
|
|
|
| |
* Remove trailing whitespaces
* Specify error code for a noqa in the free command
|
| |
|
| |
|
|
Relock pipenv
Add pre-commit pipenv script
|