Skip to content

Commit 35c0e5e

Browse files
committed
Add github actions
1 parent 47333ce commit 35c0e5e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
poetry install --all-extras --with dev
3434
- name: Run tests with coverage
3535
run: |
36-
pytest . --cov=. --cov-report xml -n 4
36+
pytest . --cov=. --cov-report xml
3737
- name: Upload coverage to Codecov
3838
uses: codecov/codecov-action@v3
3939
with:

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ repos:
33
rev: v1.10.1
44
hooks:
55
- id: mypy
6-
name: mypy
6+
name: python mypy
77
always_run: true
8+
pass_filenames: false
9+
args: ["."]
810
- repo: https://github.com/astral-sh/ruff-pre-commit
911
rev: v0.5.0
1012
hooks:

0 commit comments

Comments
 (0)