Skip to content

cli: removing redundant range operator #116

cli: removing redundant range operator

cli: removing redundant range operator #116

Workflow file for this run

name: Coding Style
on:
push:
branches:
- master
- develop
pull_request:
branches:
- '**'
jobs:
tests:
name: Coding Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]