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/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
- [github.com/PyCQA/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8)
- [github.com/PyCQA/pylint: v3.0.3 → v3.1.0](pylint-dev/pylint@v3.0.3...v3.1.0)
- [github.com/jendrikseipp/vulture: v2.10 → v2.11](jendrikseipp/vulture@v2.10...v2.11)
  • Loading branch information
pre-commit-ci[bot] authored Mar 12, 2024
1 parent 5e84b49 commit 3a8ce36
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 @@ -41,7 +41,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.8.0"
rev: "v1.9.0"
hooks:
- id: mypy
additional_dependencies: [tokenize-rt==3.2.0]
Expand Down Expand Up @@ -83,13 +83,13 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
rev: 1.7.8
hooks:
- id: bandit
args:
- "-x=tests"
- repo: https://github.com/PyCQA/pylint
rev: v3.0.3
rev: v3.1.0
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -100,7 +100,7 @@ repos:
- "--ignore-patterns=test_.*\\.py"
- "--disable=fixme"
- repo: https://github.com/jendrikseipp/vulture
rev: "v2.10"
rev: "v2.11"
hooks:
- id: vulture
- repo: https://github.com/PyCQA/pydocstyle
Expand Down

0 comments on commit 3a8ce36

Please sign in to comment.