Skip to content

Commit c7450ea

Browse files
authored
Merge pull request #179 from jupyter/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a9412bc + 5fb8885 commit c7450ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ ci:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 23.1.0 # Replace by any tag/version: https://github.com/psf/black/tags
6+
rev: 23.12.1 # Replace by any tag/version: https://github.com/psf/black/tags
77
hooks:
88
- id: black
99
language_version: python3 # Should be a command that runs python3.6+
1010

1111
- repo: https://github.com/PyCQA/isort
12-
rev: 5.12.0
12+
rev: 5.13.2
1313
hooks:
1414
- id: isort
1515
files: \.py$
1616
args: [--profile=black]
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.4.0
19+
rev: v4.5.0
2020
hooks:
2121
- id: end-of-file-fixer
2222
- id: check-case-conflict
@@ -32,7 +32,7 @@ repos:
3232
- id: trailing-whitespace
3333

3434
- repo: https://github.com/sirosen/check-jsonschema
35-
rev: 0.21.0
35+
rev: 0.27.3
3636
hooks:
3737
- id: check-jsonschema
3838
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)