diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 348609e..c735dd1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ repos: - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: debug-statements - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 7.1.0 hooks: - id: flake8 additional_dependencies: ["flake8-bugbear==21.4.3"] - repo: https://github.com/asottile/pyupgrade - rev: v3.1.0 + rev: v3.16.0 hooks: - id: pyupgrade - repo: https://github.com/asottile/seed-isort-config @@ -24,6 +24,6 @@ repos: hooks: - id: seed-isort-config - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort