We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47333ce commit 35c0e5eCopy full SHA for 35c0e5e
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
poetry install --all-extras --with dev
34
- name: Run tests with coverage
35
run: |
36
- pytest . --cov=. --cov-report xml -n 4
+ pytest . --cov=. --cov-report xml
37
- name: Upload coverage to Codecov
38
uses: codecov/codecov-action@v3
39
with:
.pre-commit-config.yaml
@@ -3,8 +3,10 @@ repos:
3
rev: v1.10.1
4
hooks:
5
- id: mypy
6
- name: mypy
+ name: python mypy
7
always_run: true
8
+ pass_filenames: false
9
+ args: ["."]
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
rev: v0.5.0
12
0 commit comments