Skip to content

Commit afb6da3

Browse files
[pre-commit.ci] pre-commit autoupdate (#192)
updates: - [github.com/pre-commit/pre-commit-hooks.git: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b53a181 commit afb6da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
args: ["--check-metaschema"]
1111
files: ^src/check_jsonschema/builtin_schemas/vendor/.*\.json$
1212
- repo: https://github.com/pre-commit/pre-commit-hooks.git
13-
rev: v4.3.0
13+
rev: v4.4.0
1414
hooks:
1515
- id: check-merge-conflict
1616
- id: trailing-whitespace
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 5.0.4
22+
rev: 6.0.0
2323
hooks:
2424
- id: flake8
2525
additional_dependencies: ['flake8-bugbear==22.7.1']

0 commit comments

Comments
 (0)