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

2023-06-21 Thread Jeremy Spewock
Acked-by: Jeremy Spweock On Tue, May 16, 2023 at 6:32 AM Juraj Linkeš wrote: > On Tue, May 16, 2023 at 12:16 PM 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: > >

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

2023-05-16 Thread Juraj Linkeš
On Tue, May 16, 2023 at 12:16 PM 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 and thus not executed. It

[PATCH v2] dts: update dependencies and mypy execution

2023-05-16 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