diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a35fff26..5eceee18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,18 +9,18 @@ repos: types: [] - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.6 + rev: 3.7.7 hooks: - id: flake8 language_version: python3.7 - repo: https://github.com/asottile/seed-isort-config - rev: v1.6.0 + rev: v1.7.0 hooks: - id: seed-isort-config - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.4 + rev: v4.3.12 hooks: - id: isort language_version: python3.7