Skip to content

Commit

Permalink
[Chore] Bump black
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Oct 8, 2024
1 parent 67b14f9 commit 2f83ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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 .
- 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 2f83ecb

Please sign in to comment.