src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py@f9c6a8f86195
src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py
Tue, 01 Nov 2022 19:46:49 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 01 Nov 2022 19:46:49 +0100
- branch
- eric7
- changeset 9459
- f9c6a8f86195
- parent 9325
-
8157eb19aba5
- child 9653
-
e67609152c5e
- permissions
- -rw-r--r--
Reformatted the code with 'black'.
# -*- coding: utf-8 -*-
# Copyright (c) 2020 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the security checker.
"""
#
# The security checker is based on Bandit v1.7.5
#