Miscellaneous Checker eric7

Tue, 22 Oct 2024 09:30:56 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 22 Oct 2024 09:30:56 +0200
branch
eric7
changeset 10997
d470b58626d2
parent 10996
a3dc181d14e1
child 10998
6d7bddfde5fe

Miscellaneous Checker
- Upgrade implicit string concatenation check to 'flake8-implicit-str-concat' version 0.5.0.

docs/ThirdParty.md file | annotate | diff | comparison | revisions
src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousChecker.py file | annotate | diff | comparison | revisions
--- a/docs/ThirdParty.md	Mon Oct 21 19:31:11 2024 +0200
+++ b/docs/ThirdParty.md	Tue Oct 22 09:30:56 2024 +0200
@@ -27,7 +27,7 @@
 | flake8-bugbear                |  24.4.26  | MIT License (MIT)                  |
 | flake8-comprehensions         |   3.15.0  | MIT License (MIT)                  |
 | flake8-future-annotations     |   1.1.0   | MIT License (MIT)                  |
-| flake8-implicit-str-concat    |   0.4.0   | MIT License (MIT)                  |
+| flake8-implicit-str-concat    |   0.5.0   | MIT License (MIT)                  |
 | flake8-local-import           |   1.0.6   | MIT License (MIT)                  |
 | flake8-logging                |   1.6.0   | MIT License (MIT)                  |
 | flake8-pep585                 |   0.1.7   | Mozilla Public License Version 2.0 |
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousChecker.py	Mon Oct 21 19:31:11 2024 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousChecker.py	Tue Oct 22 09:30:56 2024 +0200
@@ -1449,7 +1449,7 @@
     #######################################################################
     ## The following methods check for implicitly concatenated strings.
     ##
-    ## These methods are adapted from: flake8-implicit-str-concat v0.4.0
+    ## These methods are adapted from: flake8-implicit-str-concat v0.5.0
     ## Original: Copyright (c) 2023 Dylan Turner
     #######################################################################
 

eric ide

mercurial