Skip to content

Commit ace5220

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.4...v0.14.5) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.0](PyCQA/bandit@1.8.6...1.9.0)
1 parent 9e02553 commit ace5220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ repos:
1717
args: ['--fix=no']
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.14.4
20+
rev: v0.14.5
2121
hooks:
2222
- id: ruff
2323
- id: ruff-format
2424

2525
- repo: https://github.com/PyCQA/bandit
26-
rev: 1.8.6
26+
rev: 1.9.0
2727
hooks:
2828
- id: bandit
2929
args: [--skip, "B101", --recursive, pyuvsim]

0 commit comments

Comments
 (0)