Skip to content

fix bug that caused LB/UB to not be enforced by remote component if limit was (scalar) 0 #136

fix bug that caused LB/UB to not be enforced by remote component if limit was (scalar) 0

fix bug that caused LB/UB to not be enforced by remote component if limit was (scalar) 0 #136

Workflow file for this run

name: black
on:
push:
branches: [ master ]
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "~= 22.0"