Skip to content

[SW-164] Add ruff and black formatting to spot_wrapper (#84) #7

[SW-164] Add ruff and black formatting to spot_wrapper (#84)

[SW-164] Add ruff and black formatting to spot_wrapper (#84) #7

# Copyright (c) 2023 Boston Dynamics AI Institute, Inc. All rights reserved.
name: Util - Pre-Commit Runner
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
name: util_pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]