There was an error while loading. Please reload this page.
1 parent 1c3f6f4 commit ed04b32Copy full SHA for ed04b32
2 files changed
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: run test suite ${{ matrix.tox_env }}
47
run: tox --skip-pkg-install -e ${{ matrix.tox_env }}
48
49
- check:
+ docs:
50
name: check docs
51
runs-on: ubuntu-22.04
52
steps:
pyproject.toml
@@ -31,7 +31,7 @@ optional-dependencies.docs = [
31
"towncrier>=22.12",
32
]
33
optional-dependencies.lint = [
34
- "black==25.1.0",
+ "black==24.8.0",
35
"ruff==0.12.7",
36
"isort==6.0.1",
37
"mypy==1.16.1",
0 commit comments