We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b27b6 commit 9a5fa6dCopy full SHA for 9a5fa6d
1 file changed
.github/workflows/ci.yml
@@ -10,5 +10,5 @@ jobs:
10
python-version: "3.11"
11
- run: pip install -e ".[dev]"
12
- run: ruff check .
13
- - run: mypy src/docflow
+ - run: mypy docflow
14
- run: pytest --cov --maxfail=1 --disable-warnings
0 commit comments