Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hatredholder/Pastebin-Clone
Browse files Browse the repository at this point in the history
  • Loading branch information
hatredholder committed Apr 27, 2023
2 parents e8d16d5 + 5076534 commit cf81deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cf81deb

Please sign in to comment.