Skip to content

Commit c821953

Browse files
[pre-commit.ci] pre-commit autoupdate (#423)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.7.0 → 23.12.1](psf/black@23.7.0...23.12.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.9.0 → v3.15.0](asottile/pyupgrade@v3.9.0...v3.15.0) - [github.com/pycqa/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/sirosen/check-jsonschema: 0.23.3 → 0.27.3](python-jsonschema/check-jsonschema@0.23.3...0.27.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eeb5de2 commit c821953

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: check-case-conflict
@@ -16,25 +16,25 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/psf/black
19-
rev: 23.7.0
19+
rev: 23.12.1
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.12.0
24+
rev: 5.13.2
2525
hooks:
2626
- id: isort
2727
args: ["--profile", "black"]
2828
files: \.py$
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.9.0
31+
rev: v3.15.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
3535

3636
- repo: https://github.com/pycqa/flake8
37-
rev: 6.0.0
37+
rev: 7.0.0
3838
hooks:
3939
- id: flake8
4040
additional_dependencies:
@@ -46,7 +46,7 @@ repos:
4646
stages: [manual]
4747

4848
- repo: https://github.com/sirosen/check-jsonschema
49-
rev: 0.23.3
49+
rev: 0.27.3
5050
hooks:
5151
- id: check-jsonschema
5252
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)