Skip to content

Commit 76aa27d

Browse files
committed
Upgrade code quality checkers
1 parent fb9e67a commit 76aa27d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.3.5
3+
rev: v0.4.2
44
hooks:
55
# Run the linter.
66
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dev = [
7979
]
8080

8181
typing = [
82-
"pyright==1.1.356",
82+
"pyright==1.1.360",
8383
"ipython",
8484
"pandas-stubs",
8585
]

0 commit comments

Comments
 (0)