Commit c79c9142 authored by Federico Falconieri's avatar Federico Falconieri
Browse files

fix: black remote includes from other gitlabs

parent 38f1bdb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    "@semantic-release/release-notes-generator",
    "@semantic-release/gitlab",
    ["@semantic-release/git", {
      "assets": ["README.md", "tbump.toml", "pipelines/container.md"]
      "assets": ["README.md", "tbump.toml", "pipelines/container.md", "python/*.yml"]
    }]
  ],
  "branches": [
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# black is the uncompromising python code formatter
# https://github.com/psf/black
include:
  - local: python/generic.yml
  - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml"

python:black:
  extends: .python:pre
+2 −0
Original line number Diff line number Diff line
@@ -13,3 +13,5 @@ tag_template = "v{new_version}"
src = "README.md"
[[file]]
src = "pipelines/container.md"
[[file]]
src = "python/black.yml"