Skip to content

Commit

Permalink
Upgrade linter and typechecker
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Oct 25, 2024
1 parent 80468e4 commit 7f331c4
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.6.8
rev: v0.7.1
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 @@ -76,7 +76,7 @@ dev = [
]

typing = [
"pyright==1.1.385",
"pyright==1.1.386",
"ipython",
"pandas-stubs",
]
Expand Down

0 comments on commit 7f331c4

Please sign in to comment.