Fri, 16 Feb 2024 19:58:06 +0100
Code Style Checker
- Corrected some code documentation.
- Modified the integration of 'pycodestyle'.
# -*- coding: utf-8 -*- # Copyright (c) 2020 - 2024 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing the security checker. """ ########################################################################### ## The security checker is based on Bandit v1.7.6. ## ###########################################################################