diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8dac5d4..1442aab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: mixed-line-ending @@ -10,6 +10,6 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 24.3.0 hooks: - id: black