Skip to content

Commit

Permalink
⬆️ Bump ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Feb 16, 2025
1 parent 2895538 commit 450b6be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: ^kedro_mlflow/template/project/run.py$
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.9.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -10,7 +10,7 @@ repos:
rev: v1.12.1
hooks:
- id: blacken-docs
additional_dependencies: [black==23.10.1]
additional_dependencies: [black==25.1.0]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test = [
"pytest-lazy-fixtures>=1.0.0, <2.0.0", # pytest==8.0.0 breaks pytest-lazy-fixture (without final S) : https://github.com/TvoroG/pytest-lazy-fixture/issues/65
"pytest-mock>=3.1.0, <4.0.0",
"pytest-xdist>=3.0.0,<4.0.0", # mess up the test readibility in the console but is much faster for the CI with "-n auto" option
"ruff>=0.5.0,<0.9.0", # ensure consistency with pre-commit
"ruff>=0.5.0,<0.10.0", # ensure consistency with pre-commit
"scikit-learn>=0.23.0, <1.7.0",
"kedro-datasets[pandas.CSVDataSet]",
]
Expand Down

0 comments on commit 450b6be

Please sign in to comment.