diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08686731..4bc906c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,19 +46,19 @@ repos: - id: hadolint - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: [--py310-plus] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.15.0 + rev: 1.16.0 hooks: - id: django-upgrade args: [--target-version, "4.0"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.12.1 + rev: 24.2.0 hooks: - id: black exclude: ^app/core/migrations/ @@ -100,7 +100,7 @@ repos: args: ["--filter-files", "--force-single-line-imports"] - repo: https://github.com/PyCQA/bandit - rev: 1.7.7 + rev: 1.7.8 hooks: - id: bandit exclude: ^app/core/tests/ @@ -124,7 +124,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.14 + rev: v0.3.2 hooks: # Run the linter. - id: ruff