From 0a27d5ba659c8257b5eed46d5f9af730c2a82938 Mon Sep 17 00:00:00 2001 From: mehrad Date: Mon, 27 Sep 2021 14:34:45 -0700 Subject: [PATCH] .pre-commit-config: version updates --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48898281..1eaedd5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,16 +8,16 @@ repos: - id: trailing-whitespace exclude: ^(tests/dataset/|tests/database/|tests/expected_results/) - repo: https://github.com/hadialqattan/pycln - rev: 0.0.4 + rev: v1.0.3 hooks: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/PyCQA/isort - rev: 5.9.2 + rev: 5.9.3 hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.9b0 hooks: - id: black language_version: python3.8