Skip to content

Performance issues on certain large files #18

Closed
@mschwager

Description

E.g. Django 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Performance issues on certain large files · Issue #18 · dlint-py/dlint