Skip to content

Commit fd75316

Browse files
committed
Update dependencies and pre-commit
1 parent 047c8c3 commit fd75316

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ repos:
8383
exclude: "docs/_pygments/monokai.py"
8484

8585
- repo: https://github.com/astral-sh/ruff-pre-commit
86-
rev: v0.8.0
86+
rev: v0.8.1
8787
hooks:
8888
- id: ruff
8989
args: ["--fix"]

poetry.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ mypy = "^1.13.0"
9393
pandas-stubs = "^2.2.2"
9494
pre-commit = "^4.0.1"
9595
requests = "^2.32.3" # Required for fsspec github FS
96-
ruff = "^0.8.0"
96+
ruff = "^0.8.1"
9797
types-pytz = "^2024.1"
9898
types-requests = "^2.32"
9999
types-toml = "^0.10.2"

0 commit comments

Comments
 (0)