Skip to content

Commit caeb43e

Browse files
committed
Remove dependency on outdated docformatter package
1 parent 88e4963 commit caeb43e

3 files changed

Lines changed: 1 addition & 131 deletions

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ lint-py: ## Runs linters and formatters on the python packages.
2727

2828

2929
check-py: ## Runs checks (formatting, lints, type-checking) on the python packages.
30-
uv run docformatter packages
3130
uv run ruff check packages --config pyproject.toml
3231
uv run ruff format --check --config pyproject.toml
3332
uv run pyright packages

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ test = [
1414
"freezegun>=1.5.1",
1515
]
1616
lint = [
17-
"black>=25.1.0",
1817
"ruff>=0.9.7",
19-
"docformatter>=1.7.5",
2018
]
2119
typing = [
2220
"pyright>=1.1.400",
@@ -50,10 +48,6 @@ asyncio_mode = "auto" # makes pytest run async tests without having to be marked
5048
addopts = [ "--import-mode=importlib", "--cov", "--cov-report=term-missing" ]
5149
consider_namespace_packages = true
5250

53-
[tool.docformatter]
54-
recursive = true
55-
black = true
56-
5751
[tool.ruff]
5852
target-version = "py312"
5953

uv.lock

Lines changed: 1 addition & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)