Fri, 31 May 2024 15:18:05 +0200
Code Style Checker, Name Ordering:
- Changed the import ordering such that '__x' is sorted before '_xx' before other module names (xxx). That is in line with isort.
# -*- 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.8. ## ###########################################################################