Skip to content

Commit

Permalink
rip out old lint and format deps for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Oct 26, 2023
1 parent 016af40 commit 6b8d0d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ sources = chatlab
test: format lint unittest

format:
isort $(sources) tests
black $(sources) tests
ruff format .

lint:
flake8 $(sources) tests
mypy $(sources) tests

unittest:
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ aiofiles = "^23.1.0"

[tool.poetry.group.dev.dependencies]
tox = "^4.4.11"
black = "^23.3.0"
isort = "^5.12.0"
flake8 = "^6.0.0"
flake8-docstrings = "^1.7.0"
ruff = "^0.1.2"
mypy = "^1.2.0"
pytest = "^7.2.2"
pytest-cov = "^4.0.0"
Expand Down

0 comments on commit 6b8d0d6

Please sign in to comment.