Skip to content

modified the "po_1_race.multi_value_field_restriction" value to W0942. #138

modified the "po_1_race.multi_value_field_restriction" value to W0942.

modified the "po_1_race.multi_value_field_restriction" value to W0942. #138

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
version: "~= 22.0"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1