Skip to content

[plugin-parsing] changed adversarial plugin parameter name 'state' to… #30

[plugin-parsing] changed adversarial plugin parameter name 'state' to…

[plugin-parsing] changed adversarial plugin parameter name 'state' to… #30

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
use_pyproject: true