Skip to content

Commit

Permalink
[Chore] Bump black
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Nov 15, 2024
1 parent 789c6c9 commit 388e4b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ steps:
command: nix shell -f https://github.com/serokell/crossref-verifier/archive/68a1f9d25b6e7835fea8299b18a3e6c61dbb2a5c.tar.gz -c crossref-verify
soft_fail: true
- label: lint python code
command: nix shell .#python39Packages.black -c black --check --diff --color .
command: nix shell .#python311Packages.black -c black --check --diff --color .
soft_fail: true
- label: lint bash scripts
command: nix shell .#shellcheck -c shellcheck --shell=bash --exclude=SC1091 -x $(find . -name '*.sh')
- label: pipeline-filtering
Expand Down

0 comments on commit 388e4b5

Please sign in to comment.