We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2704382 commit ab6bd01Copy full SHA for ab6bd01
1 file changed
pyproject.toml
@@ -64,7 +64,7 @@ email = "floss@frequenz.com"
64
dev-flake8 = [
65
"flake8 == 7.1.1",
66
"flake8-docstrings == 1.7.0",
67
- "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
+ "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
68
"pydoclint == 0.6.0",
69
"pydocstyle == 6.3.0",
70
]
@@ -96,7 +96,7 @@ dev-pylint = [
96
97
dev-pytest = [
98
"pytest == 8.3.4",
99
- "pylint == 3.3.4", # We need this to check for the examples
+ "pylint == 3.3.4", # We need this to check for the examples
100
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
101
102
dev = [
0 commit comments