From b2c23d6ddcb581a1dfd44f3a695aab15b35c9b63 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 8 Aug 2023 04:47:02 +0300 Subject: Fix issues caught by linter * Add a .pylintrc to silence annoying messages * Fix imports * Add missing `parse_db_url` function * Add a new `gn_auth.auth.db.redis` module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f076ce1..f4ccdfd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ used across the entire suite of the GeneNetwork services. ### Linting ```bash -pylint *py tests gn3 scripts +pylint *py tests gn_auth scripts ``` ### Type-Checking -- cgit v1.2.3