Skip to content

Commit 51e28fa

Browse files
committed
pre-commit: update versions
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent 9642aff commit 51e28fa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: '^(COPYING\.LESSER|examples/deepzoom/static/.*\.js)$'
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-merge-conflict
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.19.1
19+
rev: v3.20.0
2020
hooks:
2121
- id: pyupgrade
2222
name: Modernize python code
@@ -47,21 +47,21 @@ repos:
4747
additional_dependencies: [flake8-bugbear, Flake8-pyproject]
4848

4949
- repo: https://github.com/PyCQA/flake8
50-
rev: 7.2.0
50+
rev: 7.3.0
5151
hooks:
5252
- id: flake8
5353
name: Lint python code with flake8
5454
additional_dependencies: [flake8-bugbear, Flake8-pyproject]
5555

5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.15.0
57+
rev: v1.17.1
5858
hooks:
5959
- id: mypy
6060
name: Check Python types
6161
additional_dependencies: [flask, openslide-bin, pillow, types-setuptools]
6262

6363
- repo: https://github.com/rstcheck/rstcheck
64-
rev: v6.2.4
64+
rev: v6.2.5
6565
hooks:
6666
- id: rstcheck
6767
name: Validate reStructuredText syntax

0 commit comments

Comments
 (0)