Skip to content

Commit

Permalink
fixup! fixup! fixup! Issue #16 #22 GH action lint: check with darker …
Browse files Browse the repository at this point in the history
…iso black
  • Loading branch information
soxofaan committed Feb 1, 2024
1 parent b0ce57a commit d66754c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
# to only check formatting of edited/new code
# 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...' .
run: python -m darker --check --diff -r 'main...' .

0 comments on commit d66754c

Please sign in to comment.