Skip to content

Commit

Permalink
Remove flake8 from project
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jun 9, 2023
1 parent 3907c32 commit 73caffb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repository = "https://github.com/asreview/asreview-makita"
makita = "asreviewcontrib.makita.entrypoint:MakitaEntryPoint"

[project.optional-dependencies]
lint = ["flake8", "isort", "flake8-isort"]
lint = ["ruff"]
test = ["pytest"]

[build-system]
Expand Down
10 changes: 0 additions & 10 deletions setup.cfg

This file was deleted.

0 comments on commit 73caffb

Please sign in to comment.