Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jpetrucciani/black-check
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24.4.1
Choose a base ref
...
head repository: jpetrucciani/black-check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 2 files changed
  • 4 contributors

Commits on Apr 26, 2024

  1. automatic black update [24.4.2] (#33)

    Co-authored-by: jpetrucciani <[email protected]>
    jpetrucciani and jpetrucciani authored Apr 26, 2024
    Copy the full SHA
    54c6434 View commit details

Commits on Aug 2, 2024

  1. automatic black update [24.8.0] (#34)

    Co-authored-by: jpetrucciani <[email protected]>
    jpetrucciani and jpetrucciani authored Aug 2, 2024
    Copy the full SHA
    92f25ba View commit details

Commits on Aug 27, 2024

  1. Copy the full SHA
    c3a6b6e View commit details

Commits on Oct 7, 2024

  1. automatic black update [24.10.0] (#35)

    Co-authored-by: jpetrucciani <[email protected]>
    jpetrucciani and jpetrucciani authored Oct 7, 2024
    Copy the full SHA
    9619113 View commit details

Commits on Oct 8, 2024

  1. Copy the full SHA
    969a790 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 Dockerfile
  2. +1 −1 requirements.txt
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.9-alpine
FROM python:3.12.6-alpine

LABEL "maintainer"="Jacobi Petrucciani <j@cobi.dev>"

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
black==24.4.1
black==24.10.0