djangolint
djangolint copied to clipboard
Move Django analyzers into a separate package
I've created a repo with a package called djlint
. It contains all Django analyzers and an entry point to scan directories for outdated staff. If this package is good enough to use it djangolint
, I can update lint
app to use it.
This will remove parsing
report stage, but the whole process of working with reports will be changed soon.
Repo: https://github.com/alfredhq/djlint
It's ok, if parsing
will be removed. Let's do it.