Fri, 01 Sep 2023 15:54:43 +0200
Updated some codestyle checkers for imports and too complex annotations.
docs/ThirdParty.md | file | annotate | diff | comparison | revisions | |
src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Unused/UnusedChecker.py | file | annotate | diff | comparison | revisions |
--- a/docs/ThirdParty.md Fri Sep 01 15:31:04 2023 +0200 +++ b/docs/ThirdParty.md Fri Sep 01 15:54:43 2023 +0200 @@ -31,5 +31,5 @@ | flake8-simplify | 0.20.0 | MIT License (MIT) | | flake8-tidy-imports | 4.10.0 | MIT License (MIT) | | flake8-unused-arguments | 0.0.13 | MIT License (MIT) | -| flake8-unused-globals | 0.1.9 | MIT License (MIT) | +| flake8-unused-globals | 0.1.10 | MIT License (MIT) | | flake8-use-pathlib | 0.3.0 | MIT License (MIT) |
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Unused/UnusedChecker.py Fri Sep 01 15:31:04 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Unused/UnusedChecker.py Fri Sep 01 15:54:43 2023 +0200 @@ -388,7 +388,7 @@ ####################################################################### ## Unused Globals ## - ## adapted from: flake8-unused-globals v0.1.9 + ## adapted from: flake8-unused-globals v0.1.10 ####################################################################### def __checkUnusedGlobals(self):