Skip to content

Commit

Permalink
Merge pull request #173 from openzim/dev-deps-update
Browse files Browse the repository at this point in the history
Update dev dependencies
  • Loading branch information
benoit74 authored Jun 21, 2024
2 parents 4fae46c + 74f1bbb commit ada7f73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: "24.3.0"
rev: "24.4.2"
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.4.9
hooks:
- id: ruff
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.354
rev: v1.1.368
hooks:
- id: pyright
name: pyright (system)
Expand Down
17 changes: 9 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,21 @@ scripts = [
"invoke==2.2.0",
]
lint = [
"black==24.3.0",
"ruff==0.3.3",
"black==24.4.2",
"ruff==0.4.9",
]
check = [
"pyright==1.1.354",
"pyright==1.1.368",
"pytest==8.2.2",
]
test = [
"pytest==8.1.1",
"pytest-mock==3.12.0",
"coverage==7.4.4",
"pytest==8.2.2",
"pytest-mock==3.14.0",
"coverage==7.5.3",
]
dev = [
"pre-commit==3.6.2",
"debugpy==1.8.1",
"ipython==8.25.0",
"pre-commit==3.7.1",
"zimscraperlib[scripts]",
"zimscraperlib[lint]",
"zimscraperlib[test]",
Expand Down

0 comments on commit ada7f73

Please sign in to comment.