fix: match lint line length to autoblack

pull/894/head^2
Callum Leslie 2 years ago committed by GitHub
parent b51ba9a002
commit d6be83ef80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,3 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--line-length 101"

Loading…
Cancel
Save