From 6c774776db5e016d597e582c7006ba8d27006f9d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 26 Oct 2023 19:21:50 +0200 Subject: Adding upstream version 18.17.0. Signed-off-by: Daniel Baumann --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6753d20..51be787 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,8 +25,8 @@ repos: files: ^(sqlglot/|tests/|setup.py) - id: mypy name: mypy - entry: mypy + entry: mypy sqlglot tests language: system types: [ python ] files: ^(sqlglot/|tests/) - require_serial: true + pass_filenames: false -- cgit v1.2.3