We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c112f0 commit fccdb9aCopy full SHA for fccdb9a
.github/workflows/black.yml
@@ -11,17 +11,5 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
- uses: psf/black@stable
14
-
15
- - name: Set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v4
17
with:
18
- python-version: ${{ matrix.python-version }}
19
20
- - name: Install dependencies
21
- run: |
22
- python -m pip install --upgrade pip
23
- python -m pip install black==23.11.0
24
25
- - name: Run tests
26
27
- python -m black --check .
+ version: "23.11.0"
0 commit comments