We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb73e2 commit b11c826Copy full SHA for b11c826
2 files changed
.pre-commit-config.yaml
@@ -40,7 +40,7 @@ repos:
40
41
# https://docs.astral.sh/ruff/integrations/#pre-commit
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
- rev: v0.15.7
+ rev: v0.15.8
44
hooks:
45
# Run the linter with fixes
46
- id: ruff
pyproject.toml
@@ -79,7 +79,7 @@ dev = [
79
"pytest-socket==0.7.0",
80
"pytest-sugar==1.1.1",
81
"pytest-xdist==3.8.0",
82
- "ruff==0.15.7",
+ "ruff==0.15.9",
83
"types-beautifulsoup4==4.12.0.20250516",
84
"types-fpdf2==2.8.4.20260322",
85
"types-python-dateutil==2.9.0.20260323",
0 commit comments