File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ repos:
1717 - id : check-added-large-files
1818
1919 - repo : https://github.com/pre-commit/mirrors-prettier
20- rev : ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # v3.1.0
20+ rev : ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
2121 hooks :
2222 - id : prettier
2323 files : \.(html|md|yml|yaml|toml)
2424 args : [--prose-wrap=preserve]
2525
2626 - repo : https://github.com/psf/black
27- rev : ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
27+ rev : 552baf822992936134cbd31a38f69c8cfe7c0f05 # frozen: 24.3.0
2828 hooks :
2929 - id : black
3030
3131 - repo : https://github.com/astral-sh/ruff-pre-commit
32- rev : abe8946973726245279f972c708ebcd6ae0ec272 # frozen: v0.1.13
32+ rev : 0ccbb5b7942d83fbcf7cb5e0fd99633efd2351d7 # frozen: v0.3.5
3333 hooks :
3434 - id : ruff
3535 args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change 44
55Makes it easy to load subpackages and functions on demand.
66"""
7+
78import ast
89import importlib
910import importlib .util
You can’t perform that action at this time.
0 commit comments