We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025346d commit 070bbbcCopy full SHA for 070bbbc
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
types: [file] # override `types: [json]`
13
files: \.(json|ipynb)$
14
- repo: https://github.com/psf/black
15
- rev: "23.12.1"
+ rev: "24.1.1"
16
hooks:
17
- id: black
18
- repo: https://github.com/asottile/reorder-python-imports
constraints.txt
@@ -7,7 +7,7 @@ charset-normalizer==3.3.2
7
distlib==0.3.8
8
docutils==0.20.1
9
filelock==3.13.1
10
-furo==2023.9.10
+furo==2024.1.29
11
identify==2.5.33
idna==3.6
imagesize==1.4.1
0 commit comments