pre-commit-hooks-django icon indicating copy to clipboard operation
pre-commit-hooks-django copied to clipboard

Some useful hooks for Django development

Results 8 pre-commit-hooks-django issues
Sort by recently updated
recently updated
newest added

hello hello! thanks for writing an integration for pre-commit. we've recently added a more strict requirement for hooks on the [hooks page](https://pre-commit.com/hooks) where hook `name`s must be

I'm using poetry and have it configured to store the environment within the project, in ./venv. Due to one of the pacakges in the environment, the find command in the...

I use poetry and have the following dependencies: ``` [tool.poetry.dependencies] python = "^3.8.9" Django = "^4.0" django-bootstrap-v5 = "^1.0.7" ``` The entrypoint commands in check-unapplied-migrations and check-absent-migrations simply run 'python'...

This allows running on a detached head. This enables running this hook e.g. in "speculative-merge" CI job cases. Previously: ``` Untracked Django migrations checker...........................................................Failed - hook id: check-untracked-migrations - exit...

% `pre-commit autoupdate` ``` [https://github.com/psf/black] updating 23.10.1 -> 24.8.0 ``` % `pre-commit run --all-files` ``` [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This...

Python 3.7 is no longer supported by the Python Core Team nor by any current version of Django. * https://devguide.python.org/versions * https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django

Fixes software supply chain safety warnings like at the bottom right of https://github.com/ecugol/pre-commit-hooks-django/actions/runs/10297851006 * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the dependabot.yml file -...