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/isort: 5.12.0 β†’ 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pycqa/bandit: 1.7.5 β†’ 1.7.6](PyCQA/bandit@1.7.5...1.7.6)
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 β†’ v0.1.8](astral-sh/ruff-pre-commit@v0.1.6...v0.1.8)
- [github.com/psf/black: 23.11.0 β†’ 23.12.0](psf/black@23.11.0...23.12.0)
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2023
1 parent 3fa71c8 commit 44eeda3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,30 @@ repos:
- id: detect-private-key

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: [ "--profile", "black", "--filter-files" ]

# security linter on
- repo: https://github.com/pycqa/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
name: check security by Bandit
args: [ '-iii', '-ll' ]

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.1.6'
rev: 'v0.1.8'
hooks:
- id: ruff
name: lint by Ruff
args: [ --fix, --exit-non-zero-on-fix ]

# uncompromise python formatter
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
name: format by black
Expand Down

0 comments on commit 44eeda3

Please sign in to comment.