From 3a82e5e3f5d501965215bca1e9294dc5abc39fae Mon Sep 17 00:00:00 2001 From: hatredholder Date: Thu, 27 Apr 2023 14:21:22 +0300 Subject: [PATCH 1/2] 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 . ``` From 5076534135866d09683d1cf48b06b49f7851be69 Mon Sep 17 00:00:00 2001 From: hatredholder Date: Thu, 27 Apr 2023 14:22:02 +0300 Subject: [PATCH 2/2] Update local.txt --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 4f18384..e1ea74e 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -7,4 +7,4 @@ pytest-cov # https://pytest-cov.readthedocs.io/en/latest/index.html # Linting # ------------------------------------------------------------------------------ -flake8 # https://github.com/pycqa/flake8 +ruff # https://github.com/charliermarsh/ruff