--- exclude: advlabdb/templates/admin/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: - id: check-added-large-files - id: check-merge-conflict - id: detect-private-key - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade rev: v3.2.0 hooks: - id: pyupgrade args: [--py311-plus] - repo: https://github.com/crate-ci/typos rev: v1.12.12 hooks: - id: typos pass_filenames: false - repo: https://github.com/psf/black rev: 22.10.0 hooks: - id: black - repo: https://github.com/pycqa/isort rev: 5.10.1 hooks: - id: isort - repo: https://github.com/PyCQA/bandit rev: 1.7.4 hooks: - id: bandit - repo: https://github.com/pycqa/flake8 rev: 5.0.4 hooks: - id: flake8 - repo: https://github.com/python-poetry/poetry rev: 1.2.2 hooks: - id: poetry-check - id: poetry-export