Skip to content

Commit

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

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
186 changes: 1 addition & 185 deletions poetry.lock

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

9 changes: 0 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ alternative-encodings = {version = "^0.3.1", source = "dfint"}
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
hypothesis = "^6.108.5"
black = "^24.4.2"
isort = "^5.13.2"
ruff = "^0.5.5"
refurb = "^2.0.0"
flake8 = "^7.1.0"

[[tool.poetry.source]]
Expand All @@ -31,12 +28,6 @@ priority = "explicit"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 120

[tool.isort]
profile = "black"

[tool.poe.tasks]
run = "python -m csv_bisect_gui.app"

Expand Down

0 comments on commit 39edf9f

Please sign in to comment.