Skip to content

Commit

Permalink
fixup! fixup! Issue #16 #22 GH action lint: check with darker iso black
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Feb 1, 2024
1 parent 74ee3fe commit b0ce57a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
- name: darker
# For now, run "darker" (iso "black")
# to only check formatting of edited/new code
run: python -m darker --check --diff .
# TODO: consider using the official action `uses: akaihola/darker@...`
# as documented on https://github.com/akaihola/darker/blob/master/README.rst
run: python -m darker --check --diff -r 'master...' .

0 comments on commit b0ce57a

Please sign in to comment.