Hello Pythonistas,

I just uploaded eric 25.3. It fixes some bugs and adds these new features.

 * Code Style Checker
     o Updated these checkers.
         + Imports to `flake8-tidy-imports` v4.11.0
         + Logging to `flake8-logging` v1.7.0
         + Miscellaneous to `flake8-bugbear` v24.12.12
         + Miscellaneous to `flake8-comprehensions` v3.16.0
         + Security to `bandit` v1.8.2
     o Added these checkers to support more case.
         + 'Structural Pattern Matching' based on `flake8-spm` v0.0.1
         + Nested f-strings based on `flake8-nested-fstrings` v1.1.0
         + `pydantic` and `dataclass` related topics based on
           `flake8-pydantic` v0.4.0
 * pip Interface
     o Added a field to search for packages in the dependencies list.

It is available via the eric web site or PyPI.

https://eric-ide.python-projects.org/index.html
<https://eric-ide.python-projects.org/index.html>

https://pypi.org/project/eric-ide/ <https://pypi.org/project/eric-ide/>

Regards,

Detlev

--

Detlev Offenbach

det...@die-offenbachs.de <mailto:det...@die-offenbachs.de>

Reply via email to