Skip to content

Commit 53e8990

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/igorshubovych/markdownlint-cli: v0.34.0 → v0.36.0](igorshubovych/markdownlint-cli@v0.34.0...v0.36.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent e609868 commit 53e8990

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ repos:
1313
- id: mixed-line-ending
1414
- id: check-added-large-files
1515
- repo: https://github.com/psf/black
16-
rev: 23.3.0
16+
rev: 23.9.1
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/igorshubovych/markdownlint-cli
20-
rev: v0.34.0
20+
rev: v0.36.0
2121
hooks:
2222
- id: markdownlint
2323
- repo: https://github.com/pycqa/flake8
24-
rev: 6.0.0
24+
rev: 6.1.0
2525
hooks:
2626
- id: flake8
2727
args:

0 commit comments

Comments
 (0)