We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80468e4 commit 7f331c4Copy full SHA for 7f331c4
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.6.8
+ rev: v0.7.1
4
hooks:
5
# Run the linter.
6
- id: ruff
pyproject.toml
@@ -76,7 +76,7 @@ dev = [
76
]
77
78
typing = [
79
- "pyright==1.1.385",
+ "pyright==1.1.386",
80
"ipython",
81
"pandas-stubs",
82
0 commit comments