Wed, 23 Oct 2024 14:56:39 +0200
Improved the style warning message slightly to show the issue code as well.
# -*- 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.10. ## ###########################################################################