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

Mon, 27 Jun 2022 13:26:01 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 27 Jun 2022 13:26:01 +0200
branch
eric7
changeset 9182
bc72e2fc0d8e
parent 8881
54e42bc2437a
permissions
-rw-r--r--

Code Style Checker
- introduced an additional documentation style type for eric and blacked code (i.e. code formatted by the 'Black' tool)

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

# Copyright (c) 2021 - 2022 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