We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g. Django tests/admin_views/tests.py
tests/admin_views/tests.py
Dlint:
python -m flake8 --select=DUO --isolated django/tests/admin_views/tests.py ... real 0m27.674s user 0m27.638s sys 0m0.037s
Regular Flake8:
python -m flake8 --isolated django/tests/admin_views/tests.py ... real 0m1.715s user 0m1.679s sys 0m0.036s
The text was updated successfully, but these errors were encountered:
ea3be23
No branches or pull requests
E.g. Django
tests/admin_views/tests.py
Dlint:
Regular Flake8:
The text was updated successfully, but these errors were encountered: