Skip to content

Commit

Permalink
fixing ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Aug 28, 2024
1 parent 78d6c2b commit edef2fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ exclude = [
]

[tool.poetry.dependencies]
# pydantic = {version = "2.0.2"}
# compatible with Core ZenML
python = ">=3.8,<3.13"
pydantic = { version = "~2.7" }
pyyaml = { version = ">=6.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TESTS=${1:-"tests"}
ruff $SRC_NO_TESTS

# autoflake replacement: checks for unused imports and variables
ruff $SRC --select F401,F841 --exclude "__init__.py" --isolated
ruff check $SRC --select F401,F841 --exclude "__init__.py" --isolated

ruff format $SRC --check

Expand Down

0 comments on commit edef2fa

Please sign in to comment.