From d7f5a3c5634783d2543f2b955125fe92b94dcc35 Mon Sep 17 00:00:00 2001 From: treaditup Date: Wed, 10 Apr 2024 17:39:51 +0300 Subject: [PATCH] Reformat [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8559208..e6c8362 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,6 +43,6 @@ repos: name: mypy entry: mypy src tests --config-file ./pyproject.toml language: python - types: [ python ] + types: [python] require_serial: true pass_filenames: false