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 . ```