Skip to content

Commit

Permalink
remove flake8 things
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Mar 22, 2024
1 parent e7fd173 commit ff45019
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .flake8

This file was deleted.

7 changes: 3 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ asyncclick = "*"

[dev-packages]
metakb = {editable = true, path = "."}
pre-commit = "*"
ruff = "==0.2.0"
mock = "*"
pytest = "*"
pre-commit = "*"
flake8 = "*"
flake8-docstrings = "*"
pytest-cov = "*"
ipykernel = "*"
pytest-asyncio = "*"
ipykernel = "*"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ python3 -m pytest

### And 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://astral.sh/ruff) and checked prior to commit.

```
see .flake8
python3 -m ruff check --fix . && python3 -m ruff format .
```

Expand Down

0 comments on commit ff45019

Please sign in to comment.