diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1727856..bf82e9c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,8 +6,8 @@ repos: - id: isort # See https://pycqa.github.io/isort/docs/configuration/multi_line_output_modes.html args: [--skip=soweego/cli.py, --multi-line=5, --line-length=88] - - repo: https://github.com/myint/autoflake - rev: v1.4 + - repo: https://github.com/PyCQA/autoflake + rev: v1.6.1 hooks: - id: autoflake args: [--in-place, --recursive, --remove-all-unused-imports, --remove-unused-variables]