Skip to content

Commit 0de43b9

Browse files
committed
chore: tinker with CI
1 parent 150d799 commit 0de43b9

2 files changed

Lines changed: 1 addition & 2 deletions

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, --config-file, pyproject.toml]
90+
args: [--explicit-package-bases, --num-workers, '4', --config-file, pyproject.toml]
9191

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

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ filter_files = true
147147
[tool.mypy]
148148
# mypy_path =
149149
# exclude =
150-
num_workers = 2
151150
show_error_codes = true
152151
show_column_numbers = true
153152
pretty = true

0 commit comments

Comments
 (0)