Skip to content

Commit

Permalink
Cleanup configs
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Sep 2, 2024
1 parent 885c881 commit cfa2290
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ updates:
dev-dependencies:
patterns:
- "pytest*"
- "flake8*"
- "black"
- "isort"
- "hypothesis"
- "mypy"
- "ruff"
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ priority = "explicit"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 120

[tool.isort]
profile = "black"

[tool.ruff]
target-version = "py310"
line-length = 120
Expand Down

0 comments on commit cfa2290

Please sign in to comment.