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.2.2.tar.gz
(16.5 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.2.2.tar.gz.
File metadata
- Download URL: codeguardian_cli-1.2.2.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb9ce961c04157023e1ec81ee31a6302be1c5fb712e95d7fec6767654a67d27a
|
|
| MD5 |
e53b58593393769837139436e8b63f83
|
|
| BLAKE2b-256 |
203738e252787eaad824f45097eee211387e18d82239811f5bf942eea0a759d4
|
File details
Details for the file codeguardian_cli-1.2.2-py3-none-any.whl.
File metadata
- Download URL: codeguardian_cli-1.2.2-py3-none-any.whl
- Upload date:
- Size: 26.1 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 |
63094e1bab2589ef6370c1b96965eafff48e6242e151837da77d5c10bb6c3ece
|
|
| MD5 |
7429d6b0fe5f34e4594ed018ffc43e11
|
|
| BLAKE2b-256 |
7cb58317a74afc4e7f87757dae9011d03460dcdd2f0076a908d8c3085bfb7f5d
|