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

Mon, 21 Oct 2024 19:31:11 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 21 Oct 2024 19:31:11 +0200
branch
eric7
changeset 10996
a3dc181d14e1
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
permissions
-rw-r--r--

Code Style Checker
- Updated the security checkers to `bandit` v1.7.10.

# -*- coding: utf-8 -*-

# Copyright (c) 2021 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the checker for functions that can be replaced by use of
the pathlib module.
"""

eric ide

mercurial