Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#38)
Browse files Browse the repository at this point in the history
updates:
- [github.com/tox-dev/pyproject-fmt: 2.2.3 → 2.2.4](tox-dev/pyproject-fmt@2.2.3...2.2.4)
- [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](PyCQA/bandit@1.7.9...1.7.10)
- [github.com/PyCQA/pylint: v3.2.7 → v3.3.0](pylint-dev/pylint@v3.2.7...v3.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.6.7](astral-sh/ruff-pre-commit@v0.6.5...v0.6.7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 24, 2024
1 parent 3c03254 commit 50c1e62
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 @@ -35,7 +35,7 @@ repos:
)$
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.3"
rev: "2.2.4"
hooks:
- id: pyproject-fmt

Expand Down Expand Up @@ -75,13 +75,13 @@ repos:
- id: sync-pre-commit-deps

- repo: https://github.com/PyCQA/bandit
rev: '1.7.9'
rev: '1.7.10'
hooks:
- id: bandit
exclude: ^tests/

- repo: https://github.com/PyCQA/pylint
rev: 'v3.2.7'
rev: 'v3.3.0'
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -107,7 +107,7 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.7
hooks:
- id: ruff
args:
Expand Down

0 comments on commit 50c1e62

Please sign in to comment.