Skip to content

Commit 87a62a6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.2 → 0.2.3](jumanjihouse/pre-commit-hook-yamlfmt@0.2.2...0.2.3) - [github.com/psf/black: 22.6.0 → 23.7.0](psf/black@22.6.0...23.7.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0) - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v2.4.0](asottile/setup-cfg-fmt@v1.20.1...v2.4.0) - [github.com/sirosen/check-jsonschema: 0.17.0 → 0.26.3](python-jsonschema/check-jsonschema@0.17.0...0.26.3)
1 parent 2e7af53 commit 87a62a6

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
@@ -2,26 +2,26 @@
22
repos:
33

44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: check-json
88
- id: check-yaml
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111

1212
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
13-
rev: 0.2.2
13+
rev: 0.2.3
1414
hooks:
1515
- id: yamlfmt
1616

1717
- repo: https://github.com/psf/black
18-
rev: 22.6.0
18+
rev: 23.7.0
1919
hooks:
2020
- id: black
2121
language_version: python3 # Should be a command that runs python3.6+
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 4.0.1
24+
rev: 6.1.0
2525
hooks:
2626
- id: flake8
2727
args: [--count, --show-source, --statistics]
@@ -35,12 +35,12 @@ repos:
3535
args: [--profile, black, --filter-files]
3636

3737
- repo: https://github.com/asottile/setup-cfg-fmt
38-
rev: v1.20.1
38+
rev: v2.4.0
3939
hooks:
4040
- id: setup-cfg-fmt
4141

4242
- repo: https://github.com/sirosen/check-jsonschema
43-
rev: 0.17.0
43+
rev: 0.26.3
4444
hooks:
4545
- id: check-github-workflows
4646

0 commit comments

Comments
 (0)