diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f412b8e..74db0f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks @@ -16,7 +16,7 @@ repos: - id: flake8 additional_dependencies: ["flake8-bugbear==21.4.3"] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade - repo: https://github.com/asottile/seed-isort-config