Skip to content

Formatting and remove some comments #32

Formatting and remove some comments

Formatting and remove some comments #32

Workflow file for this run

name: lagtraj
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
linting:
name: "linting with pre-commit hooks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]