Skip to content

Commit 576bcc9

Browse files
Auto-update pre-commit hooks (UniversalRobots#385)
1 parent 7754677 commit 576bcc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
args: [--py36-plus]
5050

5151
- repo: https://github.com/psf/black
52-
rev: 26.1.0
52+
rev: 26.3.0
5353
hooks:
5454
- id: black
5555
args: ["--line-length=100"]
@@ -109,7 +109,7 @@ repos:
109109
# Spellcheck in comments and docs
110110
# skipping of *.svg files is not working...
111111
- repo: https://github.com/codespell-project/codespell
112-
rev: v2.4.1
112+
rev: v2.4.2
113113
hooks:
114114
- id: codespell
115115
args: ['--write-changes']

0 commit comments

Comments
 (0)