Skip to content

⬆️ deps: update dependency pyright to v1.1.324 (#8) #108

⬆️ deps: update dependency pyright to v1.1.324 (#8)

⬆️ deps: update dependency pyright to v1.1.324 (#8) #108

Workflow file for this run

name: black-action
on: [push, pull_request, workflow_dispatch]
jobs:
linter_name:
name: black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check files using the black formatter
uses: rickstaa/action-black@v1
id: action_black
with:
black_args: ". --line-length 120 --check --diff"