Skip to content

Commit 7bd0623

Browse files
committed
chore: turn parallel type-checking off
1 parent 5b3376a commit 7bd0623

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ repos:
8787
language: python
8888
files: ^src/package/|^tests/
8989
types: [text, python]
90-
args: [--explicit-package-bases, --num-workers, '1', --config-file, pyproject.toml]
90+
args: [--explicit-package-bases, --config-file, pyproject.toml]
9191

9292
# Check for potential security issues.
9393
- repo: https://github.com/PyCQA/bandit

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ filter_files = true
147147
[tool.mypy]
148148
# mypy_path =
149149
# exclude =
150+
num_workers = 0
150151
show_error_codes = true
151152
show_column_numbers = true
152153
pretty = true

0 commit comments

Comments
 (0)