diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 186b0b87..ad37a1b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -12,7 +12,7 @@ repos: - id: check-merge-conflict - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.4.2 hooks: - id: black language_version: python3 @@ -24,7 +24,7 @@ repos: args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py36-plus]