ratchets

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 88a6caa96a00b03ec41b532a7d10ad4d095d00c7
parent 025260db33f660c46395e875e05d619d15d39769
Author: Andrew Laack <andrew@laack.co>
Date:   Wed, 18 Jun 2025 16:41:31 -0500

Updated formatting

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -77,7 +77,9 @@ This is an example of an `awk` command being used to print each line that has mo Once your rules are defined, you need to count the infractions. This is done by running. -```python3 -m ratchets -u``` +```bash +python3 -m ratchets -u +``` This creates a ratchet_values.json file in the root of your project. This will be checked into git and how the previous number of infractions is tracked to ensure it the never increase.