Skip to content

Commit ca6811b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.12.12](astral-sh/ruff-pre-commit@v0.9.9...v0.12.12) - [github.com/PyCQA/bandit: 1.8.3 → 1.8.6](PyCQA/bandit@1.8.3...1.8.6)
1 parent 357aa2f commit ca6811b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '(^docs/conf.py)'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -17,13 +17,13 @@ repos:
1717
args: ['--fix=no']
1818

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

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

0 commit comments

Comments
 (0)