From 1037d4ca41a4d79a6224cb42ec87c52c78d470d4 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 19 Mar 2021 18:42:01 +0000 Subject: [PATCH] Update linters --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 028926486..9a70b935e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: files: \.py$ - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + rev: 3.9.0 hooks: - id: flake8 @@ -37,7 +37,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/PyCQA/pydocstyle - rev: 5.1.1 + rev: 6.0.0 hooks: - id: pydocstyle files: src/.*\.py$