src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py

Fri, 25 Oct 2024 17:58:59 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 25 Oct 2024 17:58:59 +0200
branch
eric7
changeset 11006
a671918232f3
parent 10996
a3dc181d14e1
child 11090
f5f5f5803935
permissions
-rw-r--r--

Modified modal dialog usage to always include a valid parent (needed for Wayland).

# -*- 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.                      ##
###########################################################################

eric ide

mercurial