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/pylint: v3.3.0 → v3.3.2](pylint-dev/pylint@v3.3.0...v3.3.2)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/PyCQA/bandit: 1.7.10 → 1.8.0](PyCQA/bandit@1.7.10...1.8.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent f2fce72 commit 8fd7b24
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 @@ -9,28 +9,28 @@ repos:
args:
- --config=.flake8
- repo: https://github.com/pycqa/pylint
rev: v3.3.0
rev: v3.3.2
hooks:
- id: pylint
args:
- --rcfile=.pylintrc
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
args:
- --config
- pyproject_black.toml
- repo: https://github.com/PyCQA/bandit
rev: 1.7.10
rev: 1.8.0
hooks:
- id: bandit
args:
- -c
- bandit.yaml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.11.2'
rev: 'v1.13.0'
hooks:
- id: mypy
args:
Expand Down

0 comments on commit 8fd7b24

Please sign in to comment.