File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ repos:
23
23
- id : check-added-large-files
24
24
25
25
- repo : https://github.com/rbubley/mirrors-prettier
26
- rev : 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
26
+ rev : 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
27
27
hooks :
28
28
- id : prettier
29
29
files : \.(html|md|yml|yaml|toml)
30
30
args : [--prose-wrap=preserve]
31
31
32
32
- repo : https://github.com/astral-sh/ruff-pre-commit
33
- rev : 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
33
+ rev : 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
34
34
hooks :
35
35
- id : ruff
36
36
args : ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
37
37
- id : ruff-format
38
38
39
39
- repo : https://github.com/codespell-project/codespell
40
- rev : " 63c8f8312b7559622c0d82815639671ae42132ac" # frozen: v2.4.1
40
+ rev : " 63c8f8312b7559622c0d82815639671ae42132ac" # frozen: v2.4.1
41
41
hooks :
42
42
- id : codespell
Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ def __getattr__(self, x):
113
113
raise ModuleNotFoundError (
114
114
f"{ self .__message } \n \n "
115
115
"This error is lazily reported, having originally occurred in\n "
116
- f' File { fd [" filename" ]} , line { fd [" lineno" ]} , in { fd [" function" ]} \n \n '
117
- f' ----> { "" .join (fd [" code_context" ] or "" ).strip ()} '
116
+ f" File { fd [' filename' ]} , line { fd [' lineno' ]} , in { fd [' function' ]} \n \n "
117
+ f" ----> { '' .join (fd [' code_context' ] or '' ).strip ()} "
118
118
)
119
119
120
120
You can’t perform that action at this time.
0 commit comments