File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88paths .pyproject = paths .root / 'pyproject.toml'
99sys .path .insert (0 , str (paths .root / 'utils' ))
1010
11- from lib import toml # type: ignore
11+ from lib import toml # type: ignore
1212
1313def session (func ) : return nox .session (venv_backend = 'none' )(func )
1414
Original file line number Diff line number Diff line change 1010paths .msgs = paths .root / 'utils' / 'data' / 'messages.json'
1111sys .path .insert (0 , str (paths .root / 'src' ))
1212
13- from remove_json_keys .lib import data , log # type: ignore
13+ from remove_json_keys .lib import data , log # type: ignore
1414
1515msgs = sn (** { key :val ['message' ] for key ,val in data .json .read (paths .msgs )['bump' ].items () })
1616
Original file line number Diff line number Diff line change 88paths .pyproject = paths .root / 'pyproject.toml'
99sys .path .insert (0 , str (paths .root / 'utils' ))
1010
11- from lib import toml # type: ignore
11+ from lib import toml # type: ignore
1212
1313def session (func ) : return nox .session (venv_backend = 'none' )(func )
1414
Original file line number Diff line number Diff line change 1010paths .msgs = paths .root / 'utils' / 'data' / 'messages.json'
1111sys .path .insert (0 , str (paths .root / 'src' ))
1212
13- from remove_json_keys .lib import data , log # type: ignore
13+ from remove_json_keys .lib import data , log # type: ignore
1414
1515msgs = sn (** { key :val ['message' ] for key ,val in data .json .read (paths .msgs )['bump' ].items () })
1616
You can’t perform that action at this time.
0 commit comments