Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
drop dropqa
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Jan 11, 2021
1 parent 07e6ea8 commit fac1a35
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 202 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -17,7 +17,6 @@ It's a [Flake8](https://gitlab.com/pycqa/flake8) wrapper to make it cool.
+ [Check that all required plugins are installed](https://flakehell.readthedocs.io/commands/missed.html).
+ [Syntax highlighting in messages and code snippets](https://flakehell.readthedocs.io/formatters.html#colored-with-source-code).
+ [PyLint](https://github.com/PyCQA/pylint) integration.
+ [Remove unused noqa](https://flakehell.readthedocs.io/commands/dropqa.html).
+ [Powerful GitLab support](https://flakehell.readthedocs.io/formatters.html#gitlab).
+ Codes management:
+ Manage codes per plugin.
Expand Down
2 changes: 0 additions & 2 deletions docs/index.md
Expand Up @@ -12,7 +12,6 @@ It's a [Flake8](https://gitlab.com/pycqa/flake8) wrapper to make it cool.
+ [Check that all required plugins are installed](https://flakehell.readthedocs.io/commands/missed.html).
+ [Syntax highlighting in messages and code snippets](https://flakehell.readthedocs.io/formatters.html#colored-with-source-code).
+ [PyLint](https://github.com/PyCQA/pylint) integration.
+ [Remove unused noqa](https://flakehell.readthedocs.io/commands/dropqa.html).
+ [Powerful GitLab support](https://flakehell.readthedocs.io/formatters.html#gitlab).
+ Codes management:
+ Manage codes per plugin.
Expand Down Expand Up @@ -49,5 +48,4 @@ FlakeHell supports all flake8 plugins, formatters, and configs. However, FlakeHe
commands/codes
commands/code
commands/missed
commands/dropqa
```
1 change: 0 additions & 1 deletion flakehell/_logic/__init__.py
Expand Up @@ -6,7 +6,6 @@
from ._extractors import extract
from ._plugin import check_include, get_exceptions, get_plugin_name, get_plugin_rules
from ._snapshot import Snapshot, prepare_cache
from ._yesqa import YesQA


__all__ = [
Expand Down
102 changes: 0 additions & 102 deletions flakehell/_logic/_yesqa.py

This file was deleted.

3 changes: 0 additions & 3 deletions flakehell/commands/__init__.py
Expand Up @@ -9,7 +9,6 @@
from ._missed import missed_command
from ._plugins import plugins_command
from ._version import version_command
from ._dropqa import dropqa_command


__all__ = [
Expand All @@ -22,7 +21,6 @@
'missed_command',
'plugins_command',
'version_command',
'dropqa_command',
]


Expand All @@ -33,6 +31,5 @@
'lint': lint_command,
'missed': missed_command,
'plugins': plugins_command,
'dropqa': dropqa_command,
'--version': version_command,
})
37 changes: 0 additions & 37 deletions flakehell/commands/_dropqa.py

This file was deleted.

56 changes: 0 additions & 56 deletions tests/test_logic/test_yesqa.py

This file was deleted.

0 comments on commit fac1a35

Please sign in to comment.