Skip to content

Commit 292da31

Browse files
committed
Remove unused tomli dependency
`pydocstyle` can now use the built-in `tomllib`, and now the configuration is read indirectly by `flake8` anyway. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 0ba142c commit 292da31

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ dev-flake8 = [
6666
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
6767
"pydoclint == 0.3.0",
6868
"pydocstyle == 6.3.0",
69-
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
7069
]
7170
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
7271
dev-mkdocs = [

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ dev-flake8 = [
6767
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
6868
"pydoclint == 0.3.0",
6969
"pydocstyle == 6.3.0",
70-
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
7170
]
7271
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
7372
dev-mkdocs = [

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ dev-flake8 = [
4848
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4949
"pydoclint == 0.3.0",
5050
"pydocstyle == 6.3.0",
51-
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
5251
]
5352
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
5453
dev-mkdocs = [

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ dev-flake8 = [
4646
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4747
"pydoclint == 0.3.0",
4848
"pydocstyle == 6.3.0",
49-
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
5049
]
5150
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
5251
dev-mkdocs = [

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ dev-flake8 = [
4747
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4848
"pydoclint == 0.3.0",
4949
"pydocstyle == 6.3.0",
50-
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
5150
]
5251
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
5352
dev-mkdocs = [

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ dev-flake8 = [
4444
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4545
"pydoclint == 0.3.0",
4646
"pydocstyle == 6.3.0",
47-
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
4847
]
4948
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
5049
dev-mkdocs = [

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ dev-flake8 = [
4848
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4949
"pydoclint == 0.3.0",
5050
"pydocstyle == 6.3.0",
51-
"tomli == 2.0.1", # Needed by pydocstyle to read pyproject.toml
5251
]
5352
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
5453
dev-mkdocs = [

0 commit comments

Comments
 (0)