Skip to content

Commit 18bd0f4

Browse files
authored
Merge pull request #98 from IntelPython/bot/pre-commit-autoupdate
Weekly pre-commit autoupdate
2 parents e47438a + e4fb63f commit 18bd0f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ repos:
3737
- id: text-unicode-replacement-char
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.4.1
40+
rev: v2.4.2
4141
hooks:
4242
- id: codespell
4343
args: ["-L", "nd,hart,elemente,wirth"]
4444
additional_dependencies:
4545
- tomli
4646

4747
- repo: https://github.com/psf/black
48-
rev: 26.1.0
48+
rev: 26.3.0
4949
hooks:
5050
- id: black
5151

@@ -71,7 +71,7 @@ repos:
7171
- flake8-bugbear==25.11.29
7272

7373
- repo: https://github.com/pycqa/isort
74-
rev: 8.0.0
74+
rev: 8.0.1
7575
hooks:
7676
- id: isort
7777
name: isort (python)

0 commit comments

Comments
 (0)