--- 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 #######################################################################