Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jul 8, 2024
1 parent f39f5be commit 021ca7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.1.1"
rev: "24.4.2"
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.5.1
hooks:
- id: ruff
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.349
rev: v1.1.370
hooks:
- id: pyright
name: pyright (system)
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ scripts = [
"invoke==2.2.0",
]
lint = [
"black==24.1.1",
"ruff==0.2.0",
"black==24.4.2",
"ruff==0.5.1",
]
check = [
"pyright==1.1.349",
"pyright==1.1.370",
]
test = [
"pytest==8.0.0",
"coverage==7.4.1",
"pytest==8.2.2",
"coverage==7.5.4",
]
dev = [
"pre-commit==3.6.0",
"debugpy==1.8.0",
"pre-commit==3.7.1",
"debugpy==1.8.2",
"great-project[scripts]",
"great-project[lint]",
"great-project[test]",
Expand Down

0 comments on commit 021ca7f

Please sign in to comment.