Skip to content

Commit 7f331c4

Browse files
committed
Upgrade linter and typechecker
1 parent 80468e4 commit 7f331c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.6.8
3+
rev: v0.7.1
44
hooks:
55
# Run the linter.
66
- id: ruff

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dev = [
7676
]
7777

7878
typing = [
79-
"pyright==1.1.385",
79+
"pyright==1.1.386",
8080
"ipython",
8181
"pandas-stubs",
8282
]

0 commit comments

Comments
 (0)