Skip to content

Commit 9d57682

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.3.0 → 24.10.0](psf/black@23.3.0...24.10.0) - [github.com/igorshubovych/markdownlint-cli: v0.34.0 → v0.43.0](igorshubovych/markdownlint-cli@v0.34.0...v0.43.0) - [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent 62296a1 commit 9d57682

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
@@ -5,30 +5,30 @@
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-ast
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
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: 24.10.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/igorshubovych/markdownlint-cli
20-
rev: v0.34.0
20+
rev: v0.43.0
2121
hooks:
2222
- id: markdownlint
2323
- repo: https://github.com/pycqa/flake8
24-
rev: 6.0.0
24+
rev: 7.1.1
2525
hooks:
2626
- id: flake8
2727
args:
2828
- "--max-line-length=88"
2929
- "--ignore=E203"
3030
- repo: https://github.com/PyCQA/isort
31-
rev: 5.12.0
31+
rev: 5.13.2
3232
hooks:
3333
- id: isort
3434
args:

0 commit comments

Comments
 (0)