Skip to content

Commit

Permalink
Update deprecated ruff API .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam authored Jul 2, 2024
1 parent 92bf6eb commit bbe227b
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 bbe227b

Please sign in to comment.