From 12b127c3b2dafc6fa5670014c12afbfc80ea4ac0 Mon Sep 17 00:00:00 2001 From: Simone Rubino Date: Wed, 10 Nov 2021 17:12:00 +0100 Subject: [PATCH] Update black to fix following error ImportError: /home/runner/.cache/pre-commit/repob3mj_5qk/py_env-python3/lib/python3.9/site-packages/typed_ast/_ast3.cpython-39-x86_64-linux-gnu.so: undefined symbol: _PyUnicode_DecodeUnicodeEscape The original issue is https://github.com/python/typed_ast/issues/169 --- .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 c7a5e1aa3f1..249744c064e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 21.10b0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier