Skip to content

Commit 280ab74

Browse files
authored
Merge pull request #550 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7e459e0 + 075178b commit 280ab74

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
@@ -9,7 +9,7 @@
99
repos:
1010
# Autoformat: Python code, syntax patterns are modernized
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.21.0
12+
rev: v3.21.2
1313
hooks:
1414
- id: pyupgrade
1515
args:
@@ -32,13 +32,13 @@ repos:
3232

3333
# Autoformat: Python
3434
- repo: https://github.com/psf/black-pre-commit-mirror
35-
rev: 25.9.0
35+
rev: 25.11.0
3636
hooks:
3737
- id: black
3838

3939
# Autoformat: shell scripts
4040
- repo: https://github.com/lovesegfault/beautysh
41-
rev: v6.4.1
41+
rev: v6.4.2
4242
hooks:
4343
- id: beautysh
4444
additional_dependencies:

0 commit comments

Comments
 (0)