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/astral-sh/ruff-pre-commit: v0.3.5 → v0.7.0](astral-sh/ruff-pre-commit@v0.3.5...v0.7.0)
- [github.com/PyCQA/bandit: 1.7.8 → 1.7.10](PyCQA/bandit@1.7.8...1.7.10)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 7ecc2af commit ec13294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ exclude: tests/integration/data
repos:
# Normalise all Python code. (Black + isort + pyupgrade + autoflake)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.7.0
hooks:
- id: ruff
args: [--fix, --show-fixes, --output-format, grouped]
- id: ruff-format
# Common Python security checks. (this is complementary to dlint in flake8)
- repo: https://github.com/PyCQA/bandit
rev: '1.7.8'
rev: '1.7.10'
hooks:
- id: bandit
exclude: '^tests/|_version.py|versioneer.py'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files # We don't want huge files. (Cut down test data!)
args: ['--maxkb=3000']
Expand Down

0 comments on commit ec13294

Please sign in to comment.