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.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/codespell-project/codespell: v2.1.0 → v2.2.5](codespell-project/codespell@v2.1.0...v2.2.5)
- [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/PyCQA/flake8: 5.0.2 → 6.1.0](PyCQA/flake8@5.0.2...6.1.0)
- [github.com/psf/black: 22.6.0 → 23.7.0](psf/black@22.6.0...23.7.0)
  • Loading branch information
pre-commit-ci[bot] committed Aug 7, 2023
1 parent 4a93d58 commit f5a6392
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ ci:

repos:
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
additional_dependencies: ['toml']
# not support auto read config from `pyproject.toml` for now
args: ['-c', "pyproject.toml"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -25,23 +25,23 @@ repos:
- id: check-merge-conflict

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.5
hooks:
- id: codespell

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 5.0.2
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 23.7.0
hooks:
- id: black

0 comments on commit f5a6392

Please sign in to comment.