diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0cc1e44..2eb8b2f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: '^tinymce/(static/tinymce|media/tiny_mce|static/.*min.js$)' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-ast @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.11.0 hooks: - id: black args: [--exclude=static] @@ -31,7 +31,7 @@ repos: - toml - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 args: [--max-line-length=110]