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 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/psf/black: 23.9.1 → 24.10.0](psf/black@23.9.1...24.10.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pycqa/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1)
- [github.com/PyCQA/bandit: 1.7.5 → 1.8.2](PyCQA/bandit@1.7.5...1.8.2)
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent e755b47 commit dee4cd9
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 @@ -7,19 +7,19 @@ ci:
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.10.0
hooks:
- id: black
args: [--safe, --quiet]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
Expand All @@ -32,12 +32,12 @@ repos:
types: [python]
args: [-rn, -sn, --rcfile=pyproject.toml]
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies: [flake8-annotations]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.8.2
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand Down

0 comments on commit dee4cd9

Please sign in to comment.