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