Skip to content

Commit

Permalink
Upgrade code quality checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Nov 21, 2024
1 parent 1521514 commit b5125f8
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.7.2
rev: v0.7.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 @@ -77,7 +77,7 @@ dev = [
]

typing = [
"pyright==1.1.387",
"pyright==1.1.389",
"ipython",
"pandas-stubs",
]
Expand Down

0 comments on commit b5125f8

Please sign in to comment.