diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1727856..0eb5066c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ # See https://pre-commit.com/#plugins repos: - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.11.0 hooks: - 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: v2.0.0 hooks: - id: autoflake args: [--in-place, --recursive, --remove-all-unused-imports, --remove-unused-variables]