]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Merge pull request #552 from stumpylog/bugfix-black 582/head
authorTrenton Holmes <holmes.trenton@gmail.com>
Tue, 29 Mar 2022 13:14:12 +0000 (06:14 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Wed, 30 Mar 2022 17:35:02 +0000 (10:35 -0700)
Bump version of black in CI/pre-commit

Revert "Merge pull request #552 from stumpylog/bugfix-black"

This reverts commit 9e8ac05f7241224609161b50fc6def0c5e250d6c.

Merge pull request #552 from stumpylog/bugfix-black

Bump version of black in CI/pre-commit

.github/workflows/ci.yml

index 501a80adfc5c00ea233561344ffca2010cba0d54..3ddbb9b419c3c49b48d42e9c2b3c152e733382dd 100644 (file)
@@ -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
\ No newline at end of file
+          asset_content_type: application/x-xz