Skip to content

[NA] Bump package version and minimal comet-ml version #342

[NA] Bump package version and minimal comet-ml version

[NA] Bump package version and minimal comet-ml version #342

Workflow file for this run

---
name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install pre-commit
run: pip install pre-commit
- name: linting
run: pre-commit run --all-files