File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ repos:
17
17
- id : check-added-large-files
18
18
19
19
- repo : https://github.com/pre-commit/mirrors-prettier
20
- rev : ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # v3.1.0
20
+ rev : ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
21
21
hooks :
22
22
- id : prettier
23
23
files : \.(html|md|yml|yaml|toml)
24
24
args : [--prose-wrap=preserve]
25
25
26
26
- repo : https://github.com/psf/black
27
- rev : ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
27
+ rev : 552baf822992936134cbd31a38f69c8cfe7c0f05 # frozen: 24.3.0
28
28
hooks :
29
29
- id : black
30
30
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : abe8946973726245279f972c708ebcd6ae0ec272 # frozen: v0.1.13
32
+ rev : 0ccbb5b7942d83fbcf7cb5e0fd99633efd2351d7 # frozen: v0.3.5
33
33
hooks :
34
34
- id : ruff
35
35
args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change 4
4
5
5
Makes it easy to load subpackages and functions on demand.
6
6
"""
7
+
7
8
import ast
8
9
import importlib
9
10
import importlib .util
You can’t perform that action at this time.
0 commit comments