Skip to content

Commit

Permalink
Merge pull request #137 from mark-gerarts/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect tooltip example link
  • Loading branch information
timkpaine authored Aug 6, 2024
2 parents ffffdbd + 157fc13 commit ee353e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ tests: testpy testjs ## run the tests
# Linting #
###########
lintpy: ## Black/flake8 python
python -m ruff ipydagred3 setup.py
python -m ruff format --check ipydagred3 setup.py
python -m ruff check ipydagred3 setup.py

lintjs: ## ESlint javascript
cd js; yarn lint

lint: lintpy lintjs ## run linter

fixpy: ## Black python
python -m ruff check --fix ipydagred3 setup.py
python -m ruff format ipydagred3 setup.py

fixjs: ## ESlint Autofix JS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Network example from the first gif
[Network Example](https://github.com/timkpaine/ipydagred3/tree/main/docs/examples/example.ipynb)

Tooltip Example from the second gif
[Tooltip Example](https://github.com/timkpaine/ipydagred3/tree/main/docs/examples/example.ipynb)
[Tooltip Example](https://github.com/timkpaine/ipydagred3/tree/main/docs/examples/tooltip.ipynb)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ build_cmd = "build"
[tool.ruff]
line-length = 120

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]

0 comments on commit ee353e8

Please sign in to comment.