exclude: "(migrations|static/node_modules|static/assets|static/vendor)" default_language_version: python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.2.0 hooks: - id: check-yaml - id: trailing-whitespace - repo: https://github.com/psf/black rev: 22.3.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 rev: 3.9.2 hooks: - id: flake8 - repo: https://github.com/Riverside-Healthcare/djLint rev: v1.3.0 hooks: - id: djlint-jinja files: '.*\.html' entry: djlint --reformat