From e908b3706021cd9e2c10bdbcc6815eb1cd3b8d23 Mon Sep 17 00:00:00 2001 From: hatredholder Date: Sun, 11 Jun 2023 01:20:48 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 703f825..4289377 100644 --- a/README.md +++ b/README.md @@ -150,4 +150,4 @@ pytest -k "not email_configured and not oauth_configured" --cov-report html:cov_ ### 4. Test the **code quality** (see if there are any PEP8 errors): ``` ruff --check . -``` \ No newline at end of file +```