Skip to content

Commit

Permalink
Bump linting target version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhosking committed Mar 25, 2024
1 parent 4b04cdf commit 7f52ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ check: formatcheck syntax types test

# Format source code automatically
format:
black --line-length 119 --target-version py38 tests torchseq
black --line-length 119 --target-version py39 tests torchseq

formatcheck:
black --check --line-length 119 --target-version py38 tests torchseq
black --check --line-length 119 --target-version py39 tests torchseq

# Check syntax
syntax:
Expand Down

0 comments on commit 7f52ef1

Please sign in to comment.