Skip to content

Ensure that one value of depth_threshold is used and set the default to 10. #34

Ensure that one value of depth_threshold is used and set the default to 10.

Ensure that one value of depth_threshold is used and set the default to 10. #34

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.12'
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files