diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a0a10fb..f474aee6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,18 @@ repos: - repo: https://github.com/ambv/black - rev: 22.3.0 + rev: 22.12.0 hooks: - id: black language_version: python3 args: - --target-version=py310 - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: [Flake8-pyproject] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -20,18 +20,18 @@ repos: - id: name-tests-test args: ["--pytest-test-first"] - repo: https://github.com/asottile/reorder_python_imports - rev: v3.1.0 + rev: v3.14.0 hooks: - id: reorder-python-imports name: Reorder Python imports (src, tests) args: ["--application-directories", "src"] - repo: https://github.com/Riverside-Healthcare/djLint - rev: v1.24.0 + rev: v1.36.1 hooks: - id: djlint-jinja types_or: ['html', 'jinja'] - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets args: ['--disable-plugin', 'HexHighEntropyString',