Skip to content

Commit e9d0398

Browse files
Merge branch 'develop' into refactor/doctest-conversion
2 parents 11efc02 + ee8a61a commit e9d0398

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
args: ["--print-width=120"]
3535

3636
- repo: https://github.com/tox-dev/pyproject-fmt
37-
rev: v2.20.0
37+
rev: v2.21.0
3838
hooks:
3939
- id: pyproject-fmt
4040

@@ -44,7 +44,7 @@ repos:
4444
- id: validate-pyproject
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.15.8
47+
rev: v0.15.9
4848
hooks:
4949
- id: ruff-check
5050
args: [--fix]
@@ -62,7 +62,7 @@ repos:
6262
exclude: ^(docs/changelog\.md|docs/deprecated\.md)$
6363

6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.19.1
65+
rev: v1.20.0
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)