Skip to content

Commit

Permalink
rip out final bits of black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Oct 26, 2023
1 parent 76bccb6 commit f561162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ This project uses poetry for dependency management. To get started, clone the re
poetry install -E dev -E test
```
We use `black`, `isort`, and `mypy`.
We use `ruff` and `mypy`.
## Contributing
Expand Down
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,11 @@ commands =

[testenv:format]
allowlist_externals =
isort
black
ruff
extras =
test
commands =
isort chatlab
black chatlab tests
ruff chatlab tests

[testenv:lint]
allowlist_externals =
Expand Down

0 comments on commit f561162

Please sign in to comment.