eric7/Plugins/CheckerPlugins/CodeStyleChecker/__init__.py@04e80d1aaebf
eric7/Plugins/CheckerPlugins/CodeStyleChecker/__init__.py
Tue, 12 Oct 2021 21:55:56 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Tue, 12 Oct 2021 21:55:56 +0200
- branch
- eric7
- changeset 8682
- 04e80d1aaebf
- parent 8312
-
800c432b34c8
- child 8881
-
54e42bc2437a
- permissions
- -rw-r--r--
Updated pyflakes to 2.4.0 and pycodestyle to 2.8.0.
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package containing the code style checker and fixer plug-in.
"""