Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Add exclude to black
Browse files Browse the repository at this point in the history
  • Loading branch information
amues committed Aug 5, 2022
1 parent adb939d commit 45de8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ builders = pipeline_builder.createBuilders { container ->
cd ${project}
export LC_ALL=en_US.utf-8
export LANG=en_US.utf-8
build_env/bin/python -m black .
build_env/bin/python -m black --exclude build_env,definitions,nx-class-documentation .
git config user.email '[email protected]'
git config user.name 'cow-bot'
git status -s
Expand Down

0 comments on commit 45de8c8

Please sign in to comment.