Code Style Checker eric7

Sun, 16 Feb 2025 11:01:34 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 16 Feb 2025 11:01:34 +0100
branch
eric7
changeset 11134
3243a66db84a
parent 11133
d650c9527b87
child 11135
5af56f31c53f

Code Style Checker
- Updated the Miscellaneous checker to `flake8-comprehensions` v3.16.0.

docs/ThirdParty.md file | annotate | diff | comparison | revisions
docs/changelog.md file | annotate | diff | comparison | revisions
src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousChecker.py file | annotate | diff | comparison | revisions
--- a/docs/ThirdParty.md	Sun Feb 16 10:54:18 2025 +0100
+++ b/docs/ThirdParty.md	Sun Feb 16 11:01:34 2025 +0100
@@ -25,7 +25,7 @@
 | flake8-annotations-coverage   |   0.0.6   | MIT License (MIT)                  |
 | flake8-async                  |  22.11.14 | MIT License (MIT)                  |
 | flake8-bugbear                |  24.8.19  | MIT License (MIT)                  |
-| flake8-comprehensions         |   3.15.0  | MIT License (MIT)                  |
+| flake8-comprehensions         |   3.16.0  | MIT License (MIT)                  |
 | flake8-future-annotations     |   1.1.0   | MIT License (MIT)                  |
 | flake8-implicit-str-concat    |   0.5.0   | MIT License (MIT)                  |
 | flake8-local-import           |   1.0.6   | MIT License (MIT)                  |
--- a/docs/changelog.md	Sun Feb 16 10:54:18 2025 +0100
+++ b/docs/changelog.md	Sun Feb 16 11:01:34 2025 +0100
@@ -5,6 +5,7 @@
 - Code Style Checker
     - Updated these checkers.
         - Logging to `flake8-logging` v1.7.0
+        - Miscellaneous to `flake8-comprehensions` v3.16.0
 - pip Interface
     - Added a field to search for packages in the dependencies list.
 
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousChecker.py	Sun Feb 16 10:54:18 2025 +0100
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousChecker.py	Sun Feb 16 11:01:34 2025 +0100
@@ -926,7 +926,7 @@
         """
         Private method to check some comprehension related things.
 
-        This method is adapted from: flake8-comprehensions v3.15.0
+        This method is adapted from: flake8-comprehensions v3.16.0
         Original: Copyright (c) 2017 Adam Johnson
         """
         compType = {

eric ide

mercurial