Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Jun 28, 2024
1 parent 1b1f578 commit 40b8f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build: typecheck test
python -m build

lint:
ruff .
ruff check .

test:
pytest --disable-warnings
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ notebooks = [

[tool.ruff]
# ignore line too long
ignore = ["E501"]
lint.ignore = ["E501"]

[tool.mypy]
python_version = "3.9"
Expand Down

0 comments on commit 40b8f93

Please sign in to comment.