about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-05-21 13:47:44 -0500
committerFrederick Muriuki Muriithi2026-05-21 14:40:55 -0500
commit413abcbb2073773f96e5a8945c1477374d6dfae8 (patch)
tree53258974f727c0ee9ad97475abfbf07086d676af /README.md
parent4324f2432390392c8022beab480d8bc911682d1f (diff)
downloadgn-auth-413abcbb2073773f96e5a8945c1477374d6dfae8.tar.gz
Use pyproject.toml in place of setup.py and friends.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07937eb..f6c5f04 100644
--- a/README.md
+++ b/README.md
@@ -268,7 +268,7 @@ The checks we do are
 ### Linting
 
 ```bash
-pylint *py tests gn_auth
+pylint tests gn_auth
 ```
 
 ### Type-Checking