diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 802586a..206b6cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,12 +16,12 @@ repos: hooks: - id: black language_version: python3 - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + - repo: https://github.com/pycqa/flake8 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.6.4 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/humitos/mirrors-autoflake.git