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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2)
- [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/pycqa/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9)
- [github.com/python-poetry/poetry-plugin-export: 1.7.1 → 1.8.0](python-poetry/poetry-plugin-export@1.7.1...1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored and kw committed Jun 24, 2024
1 parent b7d9362 commit 634b53f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_language_version:
python: python3.12
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
args: ["--markdown-linebreak-ext=md,markdown,yaml,yml"]
Expand All @@ -25,19 +25,19 @@ repos:
- id: pretty-format-json
args: ["--autofix"]
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/bandit
rev: 1.7.8
rev: 1.7.9
hooks:
- id: bandit
args: ["-c", "bandit.yaml"]
Expand All @@ -46,7 +46,7 @@ repos:
hooks:
- id: poetry-check
- repo: https://github.com/python-poetry/poetry-plugin-export
rev: "1.7.1"
rev: "1.8.0"
hooks:
- id: poetry-export
args: ["-f", "requirements.txt", "-o", "requirements.txt"]

0 comments on commit 634b53f

Please sign in to comment.