diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bfdc7346..a13dc196 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,18 +15,18 @@ repos: language_version: python3.7 - repo: https://github.com/asottile/seed-isort-config - rev: v1.7.0 + rev: v1.9.1 hooks: - id: seed-isort-config - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.16 + rev: v4.3.20 hooks: - id: isort language_version: python3.7 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.1.0 + rev: v2.2.3 hooks: - id: trailing-whitespace - id: end-of-file-fixer