File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
hooks :
41
41
- id : black
42
42
- repo : https://github.com/charliermarsh/ruff-pre-commit
43
- rev : v0.0.265
43
+ rev : v0.0.269
44
44
hooks :
45
45
- id : ruff
46
46
- repo : https://github.com/dosisod/refurb
55
55
args : [-v, --fail-under=75]
56
56
exclude : ^(tests/|docs/|scripts/)
57
57
- repo : https://github.com/pre-commit/mirrors-mypy
58
- rev : ' v1.2 .0'
58
+ rev : ' v1.3 .0'
59
59
hooks :
60
60
- id : mypy
61
61
args : [
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ def _import_pdb_cls(
151
151
for part in parts [1 :]:
152
152
pdb_cls = getattr (pdb_cls , part )
153
153
except Exception as exc : # noqa: BLE001
154
- value = ":" . join (( modname , classname ))
154
+ value = f" { modname } : { classname } "
155
155
raise ValueError (
156
156
f"--pdbcls: could not import { value !r} : { exc } ."
157
157
) from exc
You can’t perform that action at this time.
0 commit comments