diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1549d6..95b1cae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,13 +3,13 @@ exclude: ^version.txt$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.19.1 hooks: - id: pyupgrade - repo: https://github.com/pycqa/isort @@ -18,6 +18,6 @@ repos: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black