Skip to content

Commit f745439

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.2.0](psf/black@23.12.1...24.2.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.0](PyCQA/autoflake@v2.2.1...v2.3.0) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1) - [github.com/igorshubovych/markdownlint-cli: v0.38.0 → v0.39.0](igorshubovych/markdownlint-cli@v0.38.0...v0.39.0)
1 parent d75efb0 commit f745439

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: check-merge-conflict
1717
- id: check-added-large-files
1818
- repo: https://github.com/psf/black
19-
rev: 23.12.1
19+
rev: 24.2.0
2020
hooks:
2121
- id: black
2222
args: [--config=pyproject.toml]
@@ -36,11 +36,11 @@ repos:
3636
- --in-place
3737
- --config=pyproject.toml
3838
- repo: https://github.com/PyCQA/autoflake
39-
rev: v2.2.1
39+
rev: v2.3.0
4040
hooks:
4141
- id: autoflake
4242
- repo: https://github.com/pycqa/flake8
43-
rev: 6.1.0
43+
rev: 7.0.0
4444
hooks:
4545
- id: flake8
4646
entry: pflake8
@@ -53,11 +53,11 @@ repos:
5353
args: ["-t=3.9-", "--violations"]
5454
# (if your target is specified in a Vermin config, you may omit the 'args' entry entirely)
5555
- repo: https://github.com/adrienverge/yamllint.git
56-
rev: v1.33.0
56+
rev: v1.35.1
5757
hooks:
5858
- id: yamllint
5959
- repo: https://github.com/igorshubovych/markdownlint-cli
60-
rev: v0.38.0
60+
rev: v0.39.0
6161
hooks:
6262
- id: markdownlint-fix
6363
- id: markdownlint

0 commit comments

Comments
 (0)