ratchets

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

commit 025260db33f660c46395e875e05d619d15d39769
parent 484f06d9ad5610096eda916ed1ef086e70e7317e
Author: Andrew Laack <andrew@laack.co>
Date:   Wed, 18 Jun 2025 16:40:54 -0500

Updated formatting

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

diff --git a/README.md b/README.md @@ -75,7 +75,11 @@ This is an example of an `awk` command being used to print each line that has mo ## Updating Ratchets -Once your rules are defined, you need to count the infractions. This is done by running ```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. +Once your rules are defined, you need to count the infractions. This is done by running. + +```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. ## Excluding Files