Skip to content

Commit ff45eff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.8.1](astral-sh/ruff-pre-commit@v0.3.5...v0.8.1) - [github.com/PyCQA/bandit: 1.7.8 → 1.8.0](PyCQA/bandit@1.7.8...1.8.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent 4c3023c commit ff45eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ exclude: tests/integration/data
55
repos:
66
# Normalise all Python code. (Black + isort + pyupgrade + autoflake)
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.3.5
8+
rev: v0.8.1
99
hooks:
1010
- id: ruff
1111
args: [--fix, --show-fixes, --output-format, grouped]
1212
exclude: '_version.py|versioneer.py'
1313
- id: ruff-format
1414
# Common Python security checks. (this is complementary to dlint in flake8)
1515
- repo: https://github.com/PyCQA/bandit
16-
rev: '1.7.8'
16+
rev: '1.8.0'
1717
hooks:
1818
- id: bandit
1919
exclude: '^tests/|_version.py|versioneer.py'
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.6.0
21+
rev: v5.0.0
2222
hooks:
2323
- id: check-added-large-files # We don't want huge files. (Cut down test data!)
2424
args: ['--maxkb=3000']

0 commit comments

Comments
 (0)