From 32208294ea22fd7ad6d06cfba952227904dc97d3 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 13 Jul 2021 11:15:04 +0200 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c917da..6fc3f8b 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: v2.4.0 + rev: v4.0.1 hooks: - id: check-added-large-files - id: check-ast @@ -11,18 +11,21 @@ repos: - id: debug-statements - id: detect-private-key - id: end-of-file-fixer - - id: flake8 - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: stable + rev: 21.6b0 hooks: - id: black language_version: python3 - repo: https://github.com/PyCQA/pydocstyle - rev: 5.0.1 + rev: 6.1.1 hooks: - id: pydocstyle +- repo: https://github.com/PyCQA/flake8 + rev: 3.9.2 + hooks: + - id: flake8 - repo: https://gitlab.com/smop/pre-commit-hooks rev: v1.0.0 hooks: