Skip to content

Delete src/skin_plus_plus/dccs/max/2024/skin_plus_plus_pymxs.pyd #83

Delete src/skin_plus_plus/dccs/max/2024/skin_plus_plus_pymxs.pyd

Delete src/skin_plus_plus/dccs/max/2024/skin_plus_plus_pymxs.pyd #83

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--verbose --line-length 100"