Skip to content

Commit 9dcb78c

Browse files
author
Jan Schaffranek
committed
Up
1 parent 520c38f commit 9dcb78c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v2
14-
- uses: pre-commit/[email protected]
12+
- uses: actions/checkout@v2
13+
- uses: actions/setup-python@v2
14+
- uses: pre-commit/[email protected]

.isort.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ known_first_party =
2828
# The multi-line import statement style (integer code).
2929
# See the ‘isort’ documentation for the meaning of each code.
3030
multi_line_output = 3
31+
32+
force_single_line = True

0 commit comments

Comments
 (0)