Skip to content

Commit

Permalink
Merge pull request #101 from openzim/update
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
benoit74 authored Jan 24, 2025
2 parents fb62828 + 5bdbd63 commit 3f037f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
- id: ruff
- repo: https://github.com/RobertCraigie/pyright-python
Expand Down
6 changes: 3 additions & 3 deletions scraper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ scripts = [
]
lint = [
"black==24.10.0",
"ruff==0.9.2",
"ruff==0.9.3",
]
check = [
"pyright==1.1.392.post0",
Expand All @@ -37,8 +37,8 @@ test = [
"coverage==7.6.10",
]
dev = [
"pre-commit==3.3.3",
"debugpy==1.6.7",
"pre-commit==4.1.0",
"debugpy==1.8.12",
"fcc2zim[scripts]",
"fcc2zim[lint]",
"fcc2zim[test]",
Expand Down

0 comments on commit 3f037f9

Please sign in to comment.