Skip to content

Commit

Permalink
⬆️ Upgrade to ruff<0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Dec 14, 2024
1 parent b41dddb commit 8e710d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.5.6
rev: v0.8.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _parse_requirements(path, encoding="utf-8"):
"pytest-cov>=2.8.0, <7.0.0",
"pytest-lazy-fixtures>=1.0.0, <2.0.0",
"pytest-mock>=3.1.0, <4.0.0",
"ruff>=0.5.0,<0.8.0", # ensure consistency with pre-commit
"ruff>=0.5.0,<0.9.0", # ensure consistency with pre-commit
"scikit-learn>=0.23.0, <1.7.0",
"kedro-datasets[pandas.CSVDataSet]",
],
Expand Down

0 comments on commit 8e710d5

Please sign in to comment.