Skip to content

Commit

Permalink
Pin version of black b/c latest one mismatches Deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 27, 2024
1 parent fa25dfd commit 3173213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: psf/black@stable
- uses: psf/black@23.12.1

eslint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion requirements/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tcms-api
doc8
isort==5.13.2
colorama
black
black==23.12.1
parameterized
robotframework
robotframework-seleniumlibrary
Expand Down

0 comments on commit 3173213

Please sign in to comment.