mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 11:56:52 +00:00
rework plugin loading
This commit is contained in:
parent
38c5eceda9
commit
50d69150c1
36 changed files with 1277 additions and 1505 deletions
|
|
@ -4,9 +4,6 @@
|
|||
class ExampleTwo:
|
||||
"""Second Example Plugin."""
|
||||
|
||||
name = "off-by-default-example-plugin"
|
||||
version = "1.0.0"
|
||||
|
||||
off_by_default = True
|
||||
|
||||
def __init__(self, tree):
|
||||
|
|
|
|||
|
|
@ -4,9 +4,6 @@
|
|||
class ExampleOne:
|
||||
"""First Example Plugin."""
|
||||
|
||||
name = "on-by-default-example-plugin"
|
||||
version = "1.0.0"
|
||||
|
||||
def __init__(self, tree):
|
||||
self.tree = tree
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue