Re: [PATCH v1] dts: update dependencies and mypy execution

2023-04-28 Thread Jeremy Spewock
Acked-by: Jeremy Spweock On Fri, Mar 31, 2023 at 5:14 AM Juraj Linkeš wrote: > Poetry changed the syntax of dev dependencies section in version > 1.2.0. Remove the scripts section that did nothing. > Update Pylama linters: > * pep8 is the same as pycodestyle > * pylint is missing dependencies a

[PATCH v1] dts: update dependencies and mypy execution

2023-03-31 Thread Juraj Linkeš
Poetry changed the syntax of dev dependencies section in version 1.2.0. Remove the scripts section that did nothing. Update Pylama linters: * pep8 is the same as pycodestyle * pylint is missing dependencies and thus not executed. It reports a number of warnings and may be introduced in a future p