Skip to content

Commit

Permalink
MAINT: Bump linter and typechecker versions
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Oct 23, 2024
1 parent dc9a34c commit a071b6c
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.7
rev: v0.7.0
hooks:
- id: ruff
args: [--select=I001, --fix]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dev = [
]

typing = [
"pyright==1.1.381",
"pyright==1.1.386",
"pandas-stubs",
]

Expand Down

0 comments on commit a071b6c

Please sign in to comment.