Skip to content

Commit 88bf898

Browse files
committed
pre-commit: update versions
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent 986b269 commit 88bf898

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
@@ -15,20 +15,20 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.20.0
18+
rev: v3.21.0
1919
hooks:
2020
- id: pyupgrade
2121
name: Modernize Python code
2222
args: ["--py313-plus"]
2323

2424
- repo: https://github.com/PyCQA/isort
25-
rev: 6.0.1
25+
rev: 7.0.0
2626
hooks:
2727
- id: isort
2828
name: Reorder Python imports with isort
2929

3030
- repo: https://github.com/psf/black
31-
rev: 25.1.0
31+
rev: 25.9.0
3232
hooks:
3333
- id: black
3434
name: Format Python code with black
@@ -47,7 +47,7 @@ repos:
4747
additional_dependencies: [flake8-bugbear, Flake8-pyproject]
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.17.1
50+
rev: v1.18.2
5151
hooks:
5252
- id: mypy
5353
name: Check Python types

0 commit comments

Comments
 (0)