Skip to content

Commit 43981b5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.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 43981b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.1.1
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
@@ -57,7 +57,7 @@ repos:
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)