diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 997002b..133cb96 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/myint/autoflake - rev: v2.0.0 + rev: v2.0.1 hooks: - id: autoflake - repo: https://github.com/psf/black @@ -25,7 +25,7 @@ repos: additional_dependencies: [black] exclude: README.md - repo: https://github.com/pycqa/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pycqa/flake8