Skip to content

Commit d934f31

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/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.34.0](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.34.0) - [github.com/igorshubovych/markdownlint-cli: v0.38.0 → v0.39.0](igorshubovych/markdownlint-cli@v0.38.0...v0.39.0)
1 parent d75efb0 commit d934f31

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
@@ -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]
@@ -40,7 +40,7 @@ repos:
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.34.0
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)