diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 166137e..675a171 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: # args: [--config-file, setup.cfg] - repo: https://github.com/MarcoGorelli/auto-walrus - rev: v0.2.2 + rev: 0.3.3 hooks: - id: auto-walrus @@ -59,7 +59,7 @@ repos: additional_dependencies: [tomli] - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black args: [--config, pyproject.toml]