From: Daniele Varrazzo Date: Thu, 11 Apr 2024 22:34:21 +0000 (+0200) Subject: ci: restore async-to-sync check to check all the files X-Git-Tag: 3.2.0~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80d309bdab42e60374dbe40d99af678da41db17f;p=thirdparty%2Fpsycopg.git ci: restore async-to-sync check to check all the files --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b86c53e75..d9a533ccb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,7 +37,7 @@ jobs: run: mypy - name: Check for sync/async inconsistencies - run: ./tools/async_to_sync.py --all --check + run: ./tools/async_to_sync.py --all --check -B - name: Check spelling run: codespell