eric7/Plugins/CheckerPlugins/CodeStyleChecker/__init__.py@bc72e2fc0d8e
eric7/Plugins/CheckerPlugins/CodeStyleChecker/__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) 2011 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package containing the code style checker and fixer plug-in.
"""