From c68d25f51524284898080eed53e5b77e6f1629cc Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Tue, 15 Aug 2023 10:09:29 +0200 Subject: [PATCH] Use faster version of black (#6133) # Description Use black compiled with mypyc instead of pure python version to get it faster # References https://github.com/psf/black/issues/3405 ## Type of change - [x] Maintenance (changes required to run napari, tests, & CI smoothly) --- .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 b710d98dd44..8df0ac99202 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: -- repo: https://github.com/psf/black +- repo: https://github.com/psf/black-pre-commit-mirror rev: 23.7.0 hooks: - id: black