Skip to content

Commit a58c05c

Browse files
pre-commit-ci[bot]webknjaz
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort.git: 6.0.1 → 6.1.0](https://github.com/PyCQA/isort.git/compare/6.0.1...6.1.0) - [github.com/python-jsonschema/check-jsonschema.git: 0.33.2 → 0.34.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.33.2...0.34.0) - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/MarcoGorelli/cython-lint.git: v0.16.7 → v0.17.0](https://github.com/MarcoGorelli/cython-lint.git/compare/v0.16.7...v0.17.0)
1 parent 0111483 commit a58c05c

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
@@ -10,7 +10,7 @@ repos:
1010
- id: add-trailing-comma
1111

1212
- repo: https://github.com/PyCQA/isort.git
13-
rev: 6.0.1
13+
rev: 6.1.0
1414
hooks:
1515
- id: isort
1616
args:
@@ -25,7 +25,7 @@ repos:
2525
- id: remove-tabs
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema.git
28-
rev: 0.33.2
28+
rev: 0.34.0
2929
hooks:
3030
- id: check-github-workflows
3131
files: ^\.github/workflows/[^/]+$
@@ -51,7 +51,7 @@ repos:
5151
- id: rst-backticks
5252

5353
- repo: https://github.com/pre-commit/pre-commit-hooks.git
54-
rev: v5.0.0
54+
rev: v6.0.0
5555
hooks:
5656
# Side-effects:
5757
- id: trailing-whitespace
@@ -142,7 +142,7 @@ repos:
142142
- file
143143

144144
- repo: https://github.com/MarcoGorelli/cython-lint.git
145-
rev: v0.16.7
145+
rev: v0.17.0
146146
hooks:
147147
- id: cython-lint
148148
# NOTE: This linter does not have a config file so it's set up below.

0 commit comments

Comments
 (0)