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