-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of plugins broken by 3.0.0 #504
Comments
In GitLab by @sigmavirus24 on Jun 26, 2016, 05:30 Changed title: {-Master l-}ist of plugins broken by 3.0.0 → {+L+}ist of plugins broken by 3.0.0 |
In GitLab by @The-Compiler on Jun 26, 2016, 07:32 Plugins I noticed the same config issue with:
|
In GitLab by @sigmavirus24 on Jun 28, 2016, 06:38 Marked the task flake8-copyright (see: savoirfairelinux/flake8-copyright#7) as completed |
In GitLab by @xZise on Jun 29, 2016, 04:15 Also seeing issues in:
|
In GitLab by @sigmavirus24 on Jul 20, 2016, 07:46 Marked the task flake8-import-order (fix proposed: PyCQA/flake8-import-order#75) as completed |
In GitLab by @Jc2k on Aug 18, 2016, 02:23 flake8-isort was also broken - reported as bug 13. Looks like its the option registering and the style guide stuff. |
In GitLab by @mihaic on Sep 6, 2016, 22:28
|
In GitLab by @pjacock on Sep 7, 2017, 08:10 According to the linked issue, |
In GitLab by @sigmavirus24 on Sep 8, 2017, 04:27 marked the task ebb-lint (see: pyga/ebb-lint#2) as completed |
In GitLab by @sigmavirus24 on Oct 20, 2018, 10:40 closed |
In GitLab by @sigmavirus24 on Jun 26, 2016, 05:21
Broken Plugins
config_options
)builtins
that is unused, see flake8 3.0 No way to run flake8 checks on lines of source #151, fixed by 2d3e277)builtins
that is unused, see flake8 3.0 No way to run flake8 checks on lines of source #151, fixed by 2d3e277)builtins
that is unused, see flake8 3.0 No way to run flake8 checks on lines of source #151, fixed by 2d3e277)Reason
Most of these plugins are most likely register options to be parsed from configuration. To fix these read: http://flake8.pycqa.org/en/latest/plugin-development/cross-compatibility.html#option-handling-on-flake8-2-and-3
If these plugins are failing because they import something from Flake8, please describe the traceback below so we can figure out what needs to be added to our publicly supported API.
The text was updated successfully, but these errors were encountered: