We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d0c9bf + fe752ef commit bef4f99Copy full SHA for bef4f99
2 files changed
.github/workflows/project-ci.yaml
@@ -65,7 +65,7 @@ jobs:
65
- name: Install python dependencies
66
run: |
67
pip install --upgrade pip
68
- pip install -e .[pre-commit,docs,testing]
+ pip install -e .[pre-commit]
69
- name: Run pre-commit
70
71
pre-commit install
pyproject.toml
@@ -61,9 +61,12 @@ testing = [
61
"pytest-cov>=7.0,<8.0",
62
"pytest-sugar>=1.1,<2.0"
63
]
64
-
pre-commit = [
"pre-commit>=4.5,<5.0",
+ "black>=26.1,<27.0",
+ "flake8>=7.3,<8.0",
+ "flake8-pyproject>=1.2,<2.0",
+ "isort>=7.0,<8.0",
"pylint>=4.0,<5.0"
72
docs = [
0 commit comments