diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f699abee..8c3cea3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: - id: sort-all language_version: python3.8 - repo: https://github.com/myint/autoflake - rev: v1.5.1 + rev: v1.5.3 hooks: - id: autoflake args: @@ -64,7 +64,7 @@ repos: compat.py, ] - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black args: [--safe, --quiet]