Skip to content

Commit

Permalink
Update black to fix following error
Browse files Browse the repository at this point in the history
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 python/typed_ast#169
  • Loading branch information
SimoRubi committed Nov 10, 2021
1 parent 685f2fd commit 12b127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 12b127c

Please sign in to comment.