fix: remove --no-update as it is the default in poetry 2.0 #2115
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pre-commit | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
precommit: | |
runs-on: ubuntu-latest | |
container: | |
image: quay.io/project-codeflare/codeflare-sdk-precommit:v0.0.1 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run pre-commit checks | |
run: pre-commit run --all-files |