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/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6)
- [github.com/pycqa/isort: 5.12.0 → 5.13.1](PyCQA/isort@5.12.0...5.13.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 11, 2023
1 parent 64f8b4b commit bd451d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ repos:
- id: black

- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
args: [--skip, "B101", --recursive, pyuvdata]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.1
hooks:
- id: isort
name: isort (python)

0 comments on commit bd451d6

Please sign in to comment.