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.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
- [github.com/psf/black: 21.12b0 → 24.4.2](psf/black@21.12b0...24.4.2)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 → 7.0.0](PyCQA/flake8@3.9.2...7.0.0)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.40.0](igorshubovych/markdownlint-cli@v0.30.0...v0.40.0)
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2024
1 parent 24e1bc0 commit 416a70f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minimum_pre_commit_version: "2.10.0"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: trailing-whitespace
Expand All @@ -15,20 +15,20 @@ repos:
args:
- "--unsafe" # needed for parsing CFN
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 24.4.2
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.30.0
rev: v0.40.0
hooks:
- id: markdownlint

0 comments on commit 416a70f

Please sign in to comment.