Skip to content

Commit d6be83e

Browse files
authored
fix: match lint line length to autoblack
1 parent b51ba9a commit d6be83e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- uses: psf/black@stable
11+
with:
12+
options: "--line-length 101"

0 commit comments

Comments
 (0)