From 0660a3bceadd28a7f8a6d8b73db550e854ca86d9 Mon Sep 17 00:00:00 2001 From: Mehrad Moradshahi Date: Mon, 9 Jan 2023 22:03:50 -0800 Subject: [PATCH] .pre-commit-config: update versions --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4a74726..c3e2a1b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -8,20 +8,20 @@ repos: - id: trailing-whitespace exclude: ^(tests/dataset/|tests/database/|tests/expected_results/) - repo: https://github.com/hadialqattan/pycln - rev: v2.0.2 + rev: v2.1.2 hooks: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.11.4 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.12.0 hooks: - id: black -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 +- repo: https://github.com/pycqa/flake8 + rev: 6.0.0 hooks: - id: flake8 verbose: false