diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 026fa28..da60d58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.8.0 hooks: - id: black exclude: .tox, venv @@ -11,13 +11,13 @@ repos: files: .+\.py$ exclude: .tox, venv - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 files: .+\.py$ exclude: .tox, venv, migrations - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: debug-statements files: .+\.py$ \ No newline at end of file