Skip to content

Commit

Permalink
Remove black, isort
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Sep 1, 2024
1 parent e0a4ee1 commit 425e3ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 134 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ updates:
patterns:
- "pytest*"
- "flake8*"
- "black"
- "isort"
- "coverage"
- "refurb"
- "ruff"

- package-ecosystem: "github-actions"
Expand Down
124 changes: 1 addition & 123 deletions poetry.lock

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

8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,12 @@ pymorphy2 = "^0.9.1"
flake8 = "^5.0.4"
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
black = "^24.8.0"
isort = "^5.13.2"
ruff = "^0.6.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 120

[tool.isort]
profile = "black"

[tool.ruff]
line-length = 120
select = ["E", "F", "UP"]
Expand Down

0 comments on commit 425e3ac

Please sign in to comment.