Skip to content

Commit

Permalink
Small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Dec 6, 2023
1 parent 87ebe2e commit 846cec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: 3.8
- name: install black
run: |
pip install black==23.11.0
pip install black==22.3.0
- name: run black
run: |
black . --check --line-length 100
2 changes: 1 addition & 1 deletion .github/workflows/vulture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
filter: "*.py"

- name: Scavenge
uses: anaynayak/python-vulture-action@v1
uses: anaynayak/python-vulture-action@v1.0
id: vulture
with:
vulture-args: --min-confidence 80 ${{steps.files.outputs.all}}
Expand Down

0 comments on commit 846cec9

Please sign in to comment.