mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Merge pull request #552 from stumpylog/bugfix-black
Bump version of black in CI/pre-commit
Revert "Merge pull request #552 from stumpylog/bugfix-black"
This reverts commit 9e8ac05f72
.
Merge pull request #552 from stumpylog/bugfix-black
Bump version of black in CI/pre-commit
This commit is contained in:

committed by
Michael Shamoon

parent
f3d1bd25ad
commit
76a4ae2aae
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
uses: psf/black@stable
|
||||
with:
|
||||
options: "--check --diff"
|
||||
version: "22.1.0"
|
||||
version: "22.3.0"
|
||||
|
||||
tests:
|
||||
runs-on: ubuntu-20.04
|
||||
@@ -325,4 +325,4 @@ jobs:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
|
||||
asset_path: ./paperless-ngx.tar.xz
|
||||
asset_name: paperless-ngx-${{ steps.get_version.outputs.version }}.tar.xz
|
||||
asset_content_type: application/x-xz
|
||||
asset_content_type: application/x-xz
|
||||
|
Reference in New Issue
Block a user