From 3a82e5e3f5d501965215bca1e9294dc5abc39fae Mon Sep 17 00:00:00 2001 From: hatredholder Date: Thu, 27 Apr 2023 14:21:22 +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 56ce556..4289377 100644 --- a/README.md +++ b/README.md @@ -149,5 +149,5 @@ 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): ``` -flake8 +ruff --check . ```