diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e705f07..1fad459 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 # Use the ref you want to point at + rev: v5.0.0 # Use the ref you want to point at hooks: - id: trailing-whitespace - id: check-yaml @@ -13,7 +13,7 @@ repos: hooks: - id: pyupgrade - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 @@ -33,7 +33,7 @@ repos: - types-setuptools - types-docutils - repo: https://github.com/PyCQA/pylint - rev: v3.2.6 + rev: v3.3.1 hooks: - id: pylint additional_dependencies: