@@ -69,7 +69,7 @@ extra-lint-examples = [
6969dev-flake8 = [
7070 " flake8 == 7.1.1" ,
7171 " flake8-docstrings == 1.7.0" ,
72- " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
72+ " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
7373 " pydoclint == 0.6.0" ,
7474 " pydocstyle == 6.3.0" ,
7575]
@@ -87,7 +87,7 @@ dev-mkdocs = [
8787]
8888dev-mypy = [
8989 " mypy == 1.14.1" ,
90- " types-setuptools >= 67.6.0, < 76" , # Should match the build dependency
90+ " types-setuptools >= 67.6.0, < 76" , # Should match the build dependency
9191 " types-Markdown == 3.7.0.20241204" ,
9292 " types-PyYAML == 6.0.12.20241230" ,
9393 " types-babel == 2.11.0.15" ,
@@ -100,14 +100,14 @@ dev-pylint = [
100100 # dev-pytest already defines a dependency to pylint because of the examples
101101 # For checking the noxfile, docs/ script, and tests
102102 " frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]" ,
103- " setuptools >= 67.6.0, < 76" , # Should match the build dependency
103+ " setuptools >= 67.6.0, < 76" , # Should match the build dependency
104104]
105105dev-pytest = [
106106 " pytest == 8.3.4" ,
107- " pylint == 3.3.4" , # We need this to check for the examples
107+ " pylint == 3.3.4" , # We need this to check for the examples
108108 " cookiecutter == 2.6.0" , # For checking the cookiecutter scripts
109- " jinja2 == 3.1.5" , # For checking the cookiecutter scripts
110- " sybil >= 6.1.1, < 10" , # Should be consistent with the extra-lint-examples dependency
109+ " jinja2 == 3.1.5" , # For checking the cookiecutter scripts
110+ " sybil >= 6.1.1, < 10" , # Should be consistent with the extra-lint-examples dependency
111111]
112112dev = [
113113 " frequenz-repo-config[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments