Skip to content

Commit 2af8ca7

Browse files
committed
Upgrade code quality checkers
1 parent db07da0 commit 2af8ca7

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.8.3
3+
rev: v0.8.4
44
hooks:
55
# Run the linter.
66
- id: ruff

pyproject.toml

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

7979
typing = [
80-
"pyright==1.1.390",
80+
"pyright==1.1.391",
8181
"ipython",
8282
"pandas-stubs",
8383
]

0 commit comments

Comments
 (0)