Skip to content

Commit

Permalink
chore: Update deprecated ruff API .pre-commit-config.yaml (#745)
Browse files Browse the repository at this point in the history
Update deprecated ruff API .pre-commit-config.yaml

Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam authored Jul 22, 2024
1 parent 142342d commit 24cd01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
exclude: ^(?!kedro-datasets/kedro_datasets/).*\.py$
pass_filenames: false
stages: [ manual ]
entry: ruff kedro-datasets --fix --exit-non-zero-on-fix
entry: ruff check kedro-datasets --fix --exit-non-zero-on-fix

- id: ruff-kedro-airflow
name: "Ruff on kedro_airflow/*"
Expand Down

0 comments on commit 24cd01c

Please sign in to comment.