Skip to content

Commit

Permalink
chore(pre_commit): ⬆ 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/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/PyCQA/bandit: 1.7.6 → 1.7.8](PyCQA/bandit@1.7.6...1.7.8)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.4.2](astral-sh/ruff-pre-commit@v0.1.9...v0.4.2)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent 244938d commit 6eabd7a
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 @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -31,7 +31,7 @@ repos:
name: Sort imports

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
name: Flake8 Checks
Expand All @@ -40,14 +40,14 @@ repos:


- repo: https://github.com/PyCQA/bandit
rev: '1.7.6'
rev: '1.7.8'
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
additional_dependencies: ["bandit[toml]"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.4.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

0 comments on commit 6eabd7a

Please sign in to comment.