diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a87df79..af63e6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: repos: - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black language_version: python3.10 @@ -19,7 +19,7 @@ repos: additional_dependencies: [toml] - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: [--py37-plus]