ratchets

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

commit 2295d6a22437fffa701bcf15e85b0056f821818c
parent 43bc7b5df8f3d3dce3ebb0baaaccbe8b7c7ba5be
Author: Andrew Laack <andrew@laack.co>
Date:   Wed, 18 Jun 2025 17:21:38 -0500

Tightened up README - commit for PyPI 0.1.0

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -49,7 +49,7 @@ except: ``` -The valid and invalid entries are not necessary, but we provide a CLI utility, ran with ```python3 -m ratchets.validate``` to verify the regular expressions don't exist in the valid string and do exist in the invalid string. If you are testing the tests.toml file in the current git repository or ```python3 -m ratchets.validate -f FILENAME``` if you need to test a specific toml file. +The valid and invalid entries are not necessary, but we provide a CLI utility, ran with ```python3 -m ratchets.validate```, to verify the regular expressions don't exist in the valid string and do exist in the invalid string. If you are testing the tests.toml file in the current git repository or ```python3 -m ratchets.validate -f FILENAME``` if you need to test a specific toml file. ## custom-tests