src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py@e5065dde905d
src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py
Mon, 31 Oct 2022 15:29:18 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 31 Oct 2022 15:29:18 +0100
- branch
- eric7
- changeset 9453
- e5065dde905d
- parent 9325
-
8157eb19aba5
- child 9653
-
e67609152c5e
- permissions
- -rw-r--r--
Code Formatting
- added an interface to resort the import statements of Python source files with the 'isort' utility
# -*- 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
#