Skip to content

Commit

Permalink
Move black and isort to lint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Jun 7, 2024
1 parent 5dd2533 commit cbce606
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
21 changes: 20 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,12 @@ reflink = "*"
requests_oauthlib = "*"
responses = ">=0.3.0"

[tool.poetry.group.format.dependencies]
isort = "<5.14"
black = "<24.3"

[tool.poetry.group.lint.dependencies]
black = "<24.3"
flake8 = "*"
flake8-black = "*"
flake8-docstrings = "*"
isort = "<5.14"
pep8-naming = "*"

[tool.poetry.group.typing.dependencies]
Expand Down

0 comments on commit cbce606

Please sign in to comment.