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/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0)
- [github.com/pycqa/pylint: v2.15.0 → v3.0.3](pylint-dev/pylint@v2.15.0...v3.0.3)
- [github.com/psf/black: 22.6.0 → 24.2.0](psf/black@22.6.0...24.2.0)
- [github.com/PyCQA/bandit: 1.7.4 → 1.7.7](PyCQA/bandit@1.7.4...1.7.7)
- [github.com/pre-commit/mirrors-mypy: v0.971 → v1.8.0](pre-commit/mirrors-mypy@v0.971...v1.8.0)
- [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2024
1 parent 6a0add9 commit d90a542
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,40 +3,40 @@ ci:

repos:
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 7.0.0
hooks:
- id: flake8
args:
- --config=.flake8
- repo: https://github.com/pycqa/pylint
rev: v2.15.0
rev: v3.0.3
hooks:
- id: pylint
args:
- --rcfile=.pylintrc
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.2.0
hooks:
- id: black
language_version: python3
args:
- --config
- pyproject_black.toml
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.7
hooks:
- id: bandit
args:
- -c
- bandit.yaml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.971'
rev: 'v1.8.0'
hooks:
- id: mypy
args:
- --config-file=mypy.ini
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
args:
Expand Down

0 comments on commit d90a542

Please sign in to comment.