Code Style Checker eric7

Sun, 16 Feb 2025 11:26:03 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 16 Feb 2025 11:26:03 +0100
branch
eric7
changeset 11135
5af56f31c53f
parent 11134
3243a66db84a
child 11136
437db2f032fd

Code Style Checker
- Updated the Imports checker to `flake8-tidy-imports` v4.11.0.

docs/ThirdParty.md file | annotate | diff | comparison | revisions
docs/changelog.md file | annotate | diff | comparison | revisions
src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/ImportsChecker.py file | annotate | diff | comparison | revisions
--- a/docs/ThirdParty.md	Sun Feb 16 11:01:34 2025 +0100
+++ b/docs/ThirdParty.md	Sun Feb 16 11:26:03 2025 +0100
@@ -33,7 +33,7 @@
 | flake8-pep585                 |   0.1.7   | Mozilla Public License Version 2.0 |
 | flake8-pep604                 |   1.1.0   | MIT License (MIT)                  |
 | flake8_simplify               |   0.21.0  | MIT License (MIT)                  |
-| flake8-tidy-imports           |   4.10.0  | MIT License (MIT)                  |
+| flake8-tidy-imports           |   4.11.0  | MIT License (MIT)                  |
 | flake8-unused-arguments       |   0.0.13  | MIT License (MIT)                  |
 | flake8-unused-globals         |   0.1.10  | MIT License (MIT)                  |
 | flake8-use-pathlib            |   0.3.0   | MIT License (MIT)                  |
--- a/docs/changelog.md	Sun Feb 16 11:01:34 2025 +0100
+++ b/docs/changelog.md	Sun Feb 16 11:26:03 2025 +0100
@@ -4,6 +4,7 @@
 - bug fixes
 - Code Style Checker
     - Updated these checkers.
+        - Imports to `flake8-tidy-imports` v4.11.0
         - Logging to `flake8-logging` v1.7.0
         - Miscellaneous to `flake8-comprehensions` v3.16.0
 - pip Interface
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/ImportsChecker.py	Sun Feb 16 11:01:34 2025 +0100
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/ImportsChecker.py	Sun Feb 16 11:26:03 2025 +0100
@@ -162,7 +162,7 @@
     #######################################################################
     ## Tidy imports
     ##
-    ## adapted from: flake8-tidy-imports v4.10.0
+    ## adapted from: flake8-tidy-imports v4.11.0
     #######################################################################
 
     def __tidyImports(self):

eric ide

mercurial