Skip to content

Commit 7e831ab

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.5.5](Lucas-C/pre-commit-hooks@v1.1.10...v1.5.5) - [github.com/markdownlint/markdownlint: v0.11.0 → v0.12.0](markdownlint/markdownlint@v0.11.0...v0.12.0) - [github.com/PyCQA/flake8: 3.9.2 → 7.1.0](PyCQA/flake8@3.9.2...7.1.0)
1 parent 29784b8 commit 7e831ab

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
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: monthly
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.0.1
6+
rev: v4.6.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-ast
@@ -23,18 +23,18 @@ repos:
2323
- id: requirements-txt-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/Lucas-C/pre-commit-hooks
26-
rev: v1.1.10
26+
rev: v1.5.5
2727
hooks:
2828
- id: remove-crlf
2929
- id: remove-tabs
3030
- repo: https://github.com/markdownlint/markdownlint
31-
rev: v0.11.0
31+
rev: v0.12.0
3232
hooks:
3333
- id: markdownlint
3434
exclude: "^(.*)/"
3535
args: ["--rules=~MD013"]
3636
- repo: https://github.com/PyCQA/flake8
37-
rev: 3.9.2
37+
rev: 7.1.0
3838
hooks:
3939
- id: flake8
4040
args: [--ignore=E501]

0 commit comments

Comments
 (0)