diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d0e4f3df..1437a845 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,11 +10,11 @@ repos: files: \.(css|js|md|markdown|json) exclude: themes - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -41,7 +41,7 @@ repos: - id: trailing-whitespace exclude: themes - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: local @@ -60,7 +60,7 @@ repos: types: - shell - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.19.1 hooks: - id: blacken-docs - repo: https://github.com/hcodes/yaspeller.git