We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ae572 commit a3ec58fCopy full SHA for a3ec58f
.github/workflows/pre-commit.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Set selected color
13
- run: pip install click==8.1.2
+ run: pip install black --upgrade
14
id: pip-install
15
- uses: actions/checkout@v2
16
- uses: actions/setup-python@v2
0 commit comments