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 @@ -24,14 +24,14 @@ repos:
24
24
- id : pyproject-fmt
25
25
26
26
- repo : https://github.com/astral-sh/ruff-pre-commit
27
- rev : v0.8.0
27
+ rev : v0.9.1
28
28
hooks :
29
29
- id : ruff
30
30
args : ["--fix", "--show-fixes"]
31
31
- id : ruff-format
32
32
33
33
- repo : https://github.com/pre-commit/mirrors-mypy
34
- rev : v1.13.0
34
+ rev : v1.14.1
35
35
hooks :
36
36
- id : mypy
37
37
files : ^(nox/|tests/)
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ def main() -> None:
121
121
impl = "python" if section ["py_impl" ] == "cpython" else section ["py_impl" ]
122
122
config [name ]["base_python" ] = impl + section ["py_dot_ver" ]
123
123
124
- change_dir = Path (section .get ("change_dir" ))
124
+ change_dir = Path (section .get ("change_dir" , "" ))
125
125
rel_to_cwd = change_dir .relative_to (Path .cwd ())
126
126
if str (rel_to_cwd ) == "." :
127
127
config [name ]["change_dir" ] = None
You can’t perform that action at this time.
0 commit comments