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.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pycqa/flake8: 6.0.0 → 7.1.0](PyCQA/flake8@6.0.0...7.1.0)
- [github.com/ikamensh/flynt: 0.78 → 1.0.1](ikamensh/flynt@0.78...1.0.1)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.16.0](asottile/pyupgrade@v3.3.1...v3.16.0)
- [github.com/adrienverge/yamllint: v1.30.0 → v1.35.1](adrienverge/yamllint@v1.30.0...v1.35.1)
- [github.com/codespell-project/codespell: v2.2.4 → v2.3.0](codespell-project/codespell@v2.2.4...v2.3.0)
- [github.com/hadolint/hadolint: v2.12.1-beta → v2.13.0-beta](hadolint/hadolint@v2.12.1-beta...v2.13.0-beta)
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent 59c0410 commit 20d090a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -26,37 +26,37 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: "6.0.0"
rev: "7.1.0"
hooks:
- id: flake8
- repo: https://github.com/ikamensh/flynt
rev: "0.78"
rev: "1.0.1"
hooks:
- id: flynt
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py311-plus]
- repo: https://github.com/adrienverge/yamllint
rev: v1.30.0
rev: v1.35.1
hooks:
- id: yamllint
args: [--strict]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.3.0
hooks:
- id: codespell
- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
rev: v2.13.0-beta
hooks:
- id: hadolint
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down

0 comments on commit 20d090a

Please sign in to comment.