.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
conftest.py
mypy.ini
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/main.yml
src/django_extra_checks.egg-info/PKG-INFO
src/django_extra_checks.egg-info/SOURCES.txt
src/django_extra_checks.egg-info/dependency_links.txt
src/django_extra_checks.egg-info/requires.txt
src/django_extra_checks.egg-info/top_level.txt
src/extra_checks/__init__.py
src/extra_checks/apps.py
src/extra_checks/check_id.py
src/extra_checks/forms.py
src/extra_checks/py.typed
src/extra_checks/registry.py
src/extra_checks/ast/__init__.py
src/extra_checks/ast/ast.py
src/extra_checks/ast/exceptions.py
src/extra_checks/ast/protocols.py
src/extra_checks/ast/source_provider.py
src/extra_checks/checks/__init__.py
src/extra_checks/checks/base_checks.py
src/extra_checks/checks/drf_serializer_checks.py
src/extra_checks/checks/model_checks.py
src/extra_checks/checks/model_field_checks.py
src/extra_checks/checks/self_checks.py
tests/__init__.py
tests/settings.py
tests/test_config.py
tests/test_drf_serializer_checks.py
tests/test_ignore.py
tests/test_model_checks.py
tests/test_model_field_checks.py
tests/test_self_checks.py
tests/urls.py
tests/views.py
tests/example/__init__.py
tests/example/admin.py
tests/example/apps.py
tests/example/models.py
tests/example/serializers.py
tests/example/migrations/__init__.py