We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2f008 commit 74887e0Copy full SHA for 74887e0
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
types: [file] # override `types: [json]`
16
files: \.(json|ipynb)$
17
- repo: https://github.com/psf/black-pre-commit-mirror
18
- rev: "25.12.0"
+ rev: "26.1.0"
19
hooks:
20
- id: black
21
- repo: https://github.com/asottile/reorder-python-imports
docs/conf.py
@@ -14,7 +14,6 @@
14
import os
import re
-
# Set canonical URL from the Read the Docs Domain
html_baseurl = "https://www.cusy.design/"
0 commit comments