Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed May 12, 2024
1 parent 0d64085 commit 55fa51e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 43 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ ci-fix:
@echo "========== fix: ruff (format) =========="
ruff format .

# ---- #
# docs #
# ---- #

.PHONY: docs-serve
docs-serve:
cd "docs/" && mkdocs serve
Expand Down
28 changes: 0 additions & 28 deletions docs/Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exclude = [
]

[tool.ruff.lint]
select = ["E", "F", "W", "I", "UP"]
select = ["E", "F", "W", "I", "UP", "FURB"]
ignore = ["E203"]

[tool.ruff.lint.per-file-ignores]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mypy
ruff>=0.3
ruff>=0.4
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-dev.in -o requirements-dev.txt
mypy==1.9.0
mypy==1.10.0
mypy-extensions==1.0.0
# via mypy
ruff==0.4.1
ruff==0.4.4
typing-extensions==4.11.0
# via mypy
27 changes: 16 additions & 11 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-docs.in -o requirements-docs.txt
babel==2.14.0
babel==2.15.0
# via
# mkdocs-git-revision-date-localized-plugin
# mkdocs-material
Expand All @@ -27,7 +27,7 @@ htmlmin2==0.1.13
# via mkdocs-minify-plugin
idna==3.7
# via requests
jinja2==3.1.3
jinja2==3.1.4
# via
# mkdocs
# mkdocs-material
Expand All @@ -43,16 +43,20 @@ markupsafe==2.1.5
# jinja2
# mkdocs
mergedeep==1.3.4
# via mkdocs
mkdocs==1.5.3
# via
# mkdocs
# mkdocs-get-deps
mkdocs==1.6.0
# via
# mkdocs-exclude
# mkdocs-git-revision-date-localized-plugin
# mkdocs-material
# mkdocs-minify-plugin
mkdocs-exclude==1.0.2
mkdocs-git-revision-date-localized-plugin==1.2.4
mkdocs-material==9.5.18
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-git-revision-date-localized-plugin==1.2.5
mkdocs-material==9.5.21
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocs-minify-plugin==0.8.0
Expand All @@ -62,11 +66,11 @@ paginate==0.5.6
# via mkdocs-material
pathspec==0.12.1
# via mkdocs
platformdirs==4.2.0
# via mkdocs
pygments==2.17.2
platformdirs==4.2.1
# via mkdocs-get-deps
pygments==2.18.0
# via mkdocs-material
pymdown-extensions==10.8
pymdown-extensions==10.8.1
# via mkdocs-material
python-dateutil==2.9.0.post0
# via ghp-import
Expand All @@ -75,11 +79,12 @@ pytz==2024.1
pyyaml==6.0.1
# via
# mkdocs
# mkdocs-get-deps
# pymdown-extensions
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
regex==2024.4.16
regex==2024.5.10
# via mkdocs-material
requests==2.31.0
# via mkdocs-material
Expand Down

0 comments on commit 55fa51e

Please sign in to comment.