Skip to content

Commit

Permalink
rm other flake8 references
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Oct 12, 2023
1 parent 183e871 commit bf46216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ uvicorn = "*"
cool_seq_tool = {editable = true, path = "."}
pytest = "*"
pre-commit = "*"
flake8 = "*"
flake8-docstrings = "*"
flake8-annotations = "*"
flake8-quotes = "*"
flake8-import-order = "*"
pytest-cov = "*"
pytest-asyncio = "==0.18.3"
ipython = "*"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ uvicorn cool_seq_tool.api:app --reload
Next, view the FastAPI on your local machine: http://127.0.0.1:8000/cool_seq_tool

## Init coding style tests
Code style is managed by [flake8](https://github.com/PyCQA/flake8) and checked prior to commit.

Code style is managed by [Ruff](https://github.com/astral-sh/ruff) and [Black](https://github.com/psf/black), and should be checked prior to commit.

We use [pre-commit](https://pre-commit.com/#usage) to run conformance tests.

Expand Down

0 comments on commit bf46216

Please sign in to comment.