Skip to content

Commit

Permalink
MAINT: Upgrade linter & typechecker
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed May 9, 2024
1 parent fc646e7 commit 667bf0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.2
rev: v0.4.4
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dev = [
]

typing = [
"pyright==1.1.360",
"pyright==1.1.362",
"ipython",
"pandas-stubs",
]
Expand Down

0 comments on commit 667bf0e

Please sign in to comment.