mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
move from allowlist to blocklist for mypy
This commit is contained in:
parent
500e2de0a0
commit
411ff24392
11 changed files with 53 additions and 48 deletions
4
tests/fixtures/config_files/local-plugin.ini
vendored
4
tests/fixtures/config_files/local-plugin.ini
vendored
|
|
@ -1,5 +1,5 @@
|
|||
[flake8:local-plugins]
|
||||
extension =
|
||||
XE = test_plugins:ExtensionTestPlugin
|
||||
XE = tests.integration.test_plugins:ExtensionTestPlugin
|
||||
report =
|
||||
XR = test_plugins:ReportTestPlugin
|
||||
XR = tests.integration.test_plugins:ReportTestPlugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue