Skip to content

Commit 938056f

Browse files
authored
Merge branch 'main' into 146-enhancement-consider-using-a-key-based-structure-for-agentsets-instead-of-list-in-agentsdf
2 parents 029fb22 + 1803c9b commit 938056f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: v0.13.3
7+
rev: v0.14.3
88
hooks:
99
# Run the linter.
1010
- id: ruff
@@ -14,7 +14,7 @@ repos:
1414
- id: ruff-format
1515
types_or: [ python, pyi, jupyter ]
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.20.0
17+
rev: v3.21.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py311-plus]
@@ -42,7 +42,7 @@ repos:
4242
".markdownlint.json",
4343
]
4444
- repo: https://github.com/jsh9/pydoclint # For checking docstrings
45-
rev: 0.7.3
45+
rev: 0.8.1
4646
hooks:
4747
- id: pydoclint
4848
args: [--style=numpy, --skip-checking-raises=True, --allow-init-docstring=True]

0 commit comments

Comments
 (0)