Skip to content
Snippets Groups Projects
Commit 3d599074 authored by Eva Bardou's avatar Eva Bardou :frog:
Browse files

Switch black pre-commit hook to use the faster mirror instead

parent 1106be5b
No related branches found
No related tags found
1 merge request!436Switch black pre-commit hook to use the faster mirror instead
Pipeline #141259 failed
......@@ -6,8 +6,8 @@ repos:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
exclude: "^worker-{{cookiecutter.slug}}/"
- repo: https://github.com/ambv/black
rev: 23.1.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment