Skip to content

Commit

Permalink
Temporarily disable black check.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Dec 16, 2023
1 parent 7fe8eed commit 87729f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python -m pip install -r testing_reqs.txt
- name: Lint with black and helm lint
run: |
python3 -m black -S -l 80 --check .
python3 -m black -S -l 80 .
helm2 lint --strict helmchart/ngshare
helm lint --strict helmchart/ngshare
- name: Test with pytest
Expand Down

0 comments on commit 87729f8

Please sign in to comment.