Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 5aa88c8

Browse files
committed
deps: update, add pre-commit and isort
1 parent 5af3f85 commit 5aa88c8

File tree

5 files changed

+526
-338
lines changed

5 files changed

+526
-338
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indent_style = space
1212
indent_size = 4
1313

1414
[*.py]
15-
max_line_length = 88
15+
max_line_length = 99
1616

1717
# Indentation override for all JSON/YAML files
1818
[*.{json,yaml,yml}]

.github/workflows/python.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: |
3131
poetry install
3232
33+
- uses: isort/isort-action@master
34+
3335
- name: Run lint with black
3436
run: |
3537
poetry run black --check .

0 commit comments

Comments
 (0)