Skip to content

Commit deb322e

Browse files
authored
Merge pull request #17 from IntelPython/bot/pre-commit-autoupdate
Weekly pre-commit autoupdate
2 parents d499768 + c05d946 commit deb322e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@
66
# See https://pre-commit.com/hooks.html for more hooks
77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.4.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/psf/black
14-
rev: 23.1.0
14+
rev: 26.1.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.12.0
18+
rev: 7.0.0
1919
hooks:
2020
- id: isort
2121
name: isort (python)
2222
- id: isort
2323
name: isort (pyi)
2424
types: [pyi]
2525
- repo: https://github.com/fsfe/reuse-tool
26-
rev: v1.1.2
26+
rev: v6.2.0
2727
hooks:
2828
- id: reuse
2929
name: add SPDX headers
@@ -43,10 +43,10 @@ repos:
4343
# D417 does not work properly:
4444
# https://github.com/PyCQA/pydocstyle/issues/459
4545
- repo: https://github.com/pycqa/flake8
46-
rev: 6.0.0
46+
rev: 7.3.0
4747
hooks:
4848
- id: flake8
4949
- repo: https://github.com/asottile/dead
50-
rev: v1.5.2
50+
rev: v2.1.0
5151
hooks:
5252
- id: dead

0 commit comments

Comments
 (0)