From e83dd5abeac0b36274dd67fd36c87c884cc725a7 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Tue, 5 Apr 2022 01:51:54 +0300 Subject: [PATCH] Updates --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f569838..2173801 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ repos: - repo: https://github.com/ambv/black - rev: 20.8b1 + rev: 22.3.0 hooks: - id: black - repo: https://github.com/asottile/reorder_python_imports - rev: v2.3.6 + rev: v3.0.1 hooks: - id: reorder-python-imports - repo: https://gitlab.com/pycqa/flake8 - rev: '3.8.4' + rev: '3.9.2' hooks: - id: flake8 args: ["--max-line-length=1000"] language_version: python3 - repo: https://github.com/pycqa/pydocstyle - rev: 5.1.1 + rev: 6.1.1 hooks: - id: pydocstyle args: