Skip to content

Commit

Permalink
update max line-length in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jun 1, 2023
1 parent 96190e8 commit c98a6f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --line-length=100"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: "--line-length=100"

0 comments on commit c98a6f1

Please sign in to comment.