Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.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.0.0](PyCQA/flake8@3.9.2...7.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 29784b8 commit 0f22707
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -23,18 +23,18 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
rev: v1.5.5
hooks:
- id: remove-crlf
- id: remove-tabs
- repo: https://github.com/markdownlint/markdownlint
rev: v0.11.0
rev: v0.12.0
hooks:
- id: markdownlint
exclude: "^(.*)/"
args: ["--rules=~MD013"]
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 7.0.0
hooks:
- id: flake8
args: [--ignore=E501]

0 comments on commit 0f22707

Please sign in to comment.