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

Commit

Permalink
Move black config
Browse files Browse the repository at this point in the history
  • Loading branch information
amues committed Aug 8, 2022
1 parent 028f28c commit 44df9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 --extend-exclude '/(build_env|definitions|nx-class-documentation)/' .
build_env/bin/python -m black .
git config user.email '[email protected]'
git config user.name 'cow-bot'
git status -s
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tool.black]
exclude = '/(build*|ui*|definitions*)'
exclude = '/(build*|ui*|definitions*|nx-class-documentation*)'

0 comments on commit 44df9ba

Please sign in to comment.