Skip to content

Commit

Permalink
💚 Remove black from deepsource
Browse files Browse the repository at this point in the history
Update github actions
  • Loading branch information
Freed-Wu committed Jan 31, 2024
1 parent f676993 commit d905810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ enabled = true

[analyzers.meta]
runtime_version = "3.x.x"

[[transformers]]
name = "black"
enabled = true
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
repository: thinca/vim-themis
path: vim-themis
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.python-version }}
cache: ${{ env.cache }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/')
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: runner.os == 'Linux' && ! startsWith(github.ref, 'refs/tags/')
with:
path: |
Expand Down

0 comments on commit d905810

Please sign in to comment.