diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7689019..8834587 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: args: ['--fix=no'] - repo: https://github.com/PyCQA/autoflake - rev: v1.6.0 + rev: v1.7.7 hooks: - id: autoflake args: [ @@ -33,7 +33,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black language_version: python3