Developer Note
While developing CodeGuardian itself, the pre-commit hook may block commits because the repository contains sample files with intentional architecture violations and circular dependencies.
To temporarily disable the hook:
Windows (PowerShell)
Rename-Item .git\hooks\pre-commit pre-commit.bak
Linux/macOS
mv .git/hooks/pre-commit .git/hooks/pre-commit.bak
After committing, restore the hook:
Windows (PowerShell)
Rename-Item .git\hooks\pre-commit.bak pre-commit
or reinstall it:
python install_hook.py
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
codeguardian_cli-1.0.0.tar.gz
(16.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codeguardian_cli-1.0.0.tar.gz.
File metadata
- Download URL: codeguardian_cli-1.0.0.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce814b1bdd7952790fa537b2a434928513fbe695d92e44e66f789fe3be608ac1
|
|
| MD5 |
21a6583e7ef7247d688d35ad0e922aea
|
|
| BLAKE2b-256 |
24d659b7b1dd8e08fdbc1ce2bc7ff501b2ab0c5f905e16feb8facfb2ea97ee22
|
File details
Details for the file codeguardian_cli-1.0.0-py3-none-any.whl.
File metadata
- Download URL: codeguardian_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fea3f8a4efff4d913ba5ca31b707baf5dafcf4bee3fb0cc596e7872dc39ff9e0
|
|
| MD5 |
2951d97cf3392323205ceaac1026bdfc
|
|
| BLAKE2b-256 |
66a400f7040373f0af3e05ffb8f5d5377bbcbb1d81e1b1045b1bfee6325f5799
|