1
0
Fork 0
mirror of https://github.com/ArtemSBulgakov/buildozer-action.git synced 2024-08-16 10:09:52 +02:00

Update pre-commit hooks

This commit is contained in:
Artem Bulgakov 2020-12-24 21:16:25 +03:00
parent cd320cce61
commit 5939413afb
2 changed files with 3 additions and 3 deletions

View file

@ -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"]

View file

@ -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