eric7/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/__init__.py@04e80d1aaebf
eric7/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/__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) 2020 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the code complexity checker.
"""