Skip to content

Commit 3aa834c

Browse files
committed
pre-commit: update versions
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent 161ca31 commit 3aa834c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ repos:
2323
args: ["--py39-plus"]
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 6.0.1
26+
rev: 6.1.0
2727
hooks:
2828
- id: isort
2929
name: Reorder python imports with isort
3030

3131
- repo: https://github.com/psf/black
32-
rev: 25.1.0
32+
rev: 25.9.0
3333
hooks:
3434
- id: black
3535
name: Format python code with black
3636

3737
- repo: https://github.com/asottile/blacken-docs
38-
rev: 1.19.1
38+
rev: 1.20.0
3939
hooks:
4040
- id: blacken-docs
4141
name: Format python code in documentation
@@ -54,7 +54,7 @@ repos:
5454
additional_dependencies: [flake8-bugbear, Flake8-pyproject]
5555

5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.17.1
57+
rev: v1.18.2
5858
hooks:
5959
- id: mypy
6060
name: Check Python types

0 commit comments

Comments
 (0)