From 5939413afbe1640f71dc6e0d93459210f3d38fca Mon Sep 17 00:00:00 2001 From: Artem Bulgakov Date: Thu, 24 Dec 2020 21:16:25 +0300 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b5625f..2f17340 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,8 +11,8 @@ repos: - id: black # Sort imports - - repo: https://github.com/timothycrosley/isort - rev: 4.3.21 + - repo: https://github.com/pycqa/isort + rev: 5.6.4 hooks: - id: isort additional_dependencies: ["toml"] diff --git a/pyproject.toml b/pyproject.toml index 07e07c4..a55fe4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,6 @@ exclude = ''' line_length = 80 include_trailing_comma = true multi_line_output = 3 -use_parantheses = true +use_parentheses = true force_grid_wrap = 0 ensure_newline_before_comments = true