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:
parent
cd320cce61
commit
5939413afb
2 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ repos:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
# Sort imports
|
# Sort imports
|
||||||
- repo: https://github.com/timothycrosley/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
rev: 4.3.21
|
rev: 5.6.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
additional_dependencies: ["toml"]
|
additional_dependencies: ["toml"]
|
||||||
|
|
|
@ -28,6 +28,6 @@ exclude = '''
|
||||||
line_length = 80
|
line_length = 80
|
||||||
include_trailing_comma = true
|
include_trailing_comma = true
|
||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
use_parantheses = true
|
use_parentheses = true
|
||||||
force_grid_wrap = 0
|
force_grid_wrap = 0
|
||||||
ensure_newline_before_comments = true
|
ensure_newline_before_comments = true
|
||||||
|
|
Loading…
Reference in a new issue