Skip to content

Commit

Permalink
just: make just lint run all steps, not fail on first error
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Aug 29, 2024
1 parent eb746b0 commit 20981ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@
@deptry:
pre-commit run deptry --hook-stage manual --all-files

lint: isort black ruff flake8 mypy deptry

@lint:
-just isort
-just black
-just ruff
-just flake8
-just mypy
-just deptry

0 comments on commit 20981ef

Please sign in to comment.