Skip to content

Commit d2d05e0

Browse files
committed
Removed docformatter from CI as not py314 compat. Remains in the precommit hooks though.
1 parent 069847c commit d2d05e0

3 files changed

Lines changed: 6 additions & 36 deletions

File tree

.github/workflows/python-package.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Test with tox
3838
run: |
3939
python -m tox -e unit-tests
40-
- name: docformatter
41-
run: |
42-
poetry run docformatter --check --recursive illico tests
40+
# Remove until docformatter is compat with py314
41+
# - name: docformatter
42+
# run: |
43+
# poetry run docformatter --check --recursive illico tests

poetry.lock

Lines changed: 2 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ dev = [
4343
"pdex (>=0.2.0)",
4444
"ipdb (>=0.13.13,<0.14.0)",
4545
"tomli (>=2.4.1,<3.0.0)",
46-
"docformatter (<1.7.7)",
4746
]
4847
doc = [
4948
"Sphinx>=5.0",

0 commit comments

Comments
 (0)