Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#196)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7](astral-sh/ruff-pre-commit@v0.1.6...v0.1.7)
- [github.com/pycqa/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2023
1 parent bd1c1f1 commit af01412
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 @@ -15,7 +15,7 @@ repos:

# Sort imports
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.0
hooks:
- id: isort
name: isort
Expand All @@ -39,7 +39,7 @@ repos:

# Linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.1.7
hooks:
- id: ruff
args:
Expand All @@ -55,7 +55,7 @@ repos:

# Security linter
- repo: https://github.com/pycqa/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
name: bandit
Expand Down

0 comments on commit af01412

Please sign in to comment.