diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bd1975d..dde5e003 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,13 +20,13 @@ repos: args: ["--django"] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black language_version: python3 @@ -74,7 +74,7 @@ repos: additional_dependencies: [flake8==3.8.3] - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit args: ["-c", "pyproject.toml"]