diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4b7106..935731d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: [--py38-plus] @@ -59,7 +59,7 @@ repos: additional_dependencies: [tomli] - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.2.0 hooks: - id: black args: [--config, pyproject.toml]