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/pylint-dev/pylint: v3.2.7 → v3.3.0](pylint-dev/pylint@v3.2.7...v3.3.0)
- [github.com/jendrikseipp/vulture: v2.11 → v2.12](jendrikseipp/vulture@v2.11...v2.12)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent 065ff23 commit de8d783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
language_version: "python3"
additional_dependencies: [click==7.1.2, black==21.12b0]
- repo: https://github.com/pylint-dev/pylint
rev: v3.2.7
rev: v3.3.0
hooks:
- id: pylint
args: [
Expand Down Expand Up @@ -54,6 +54,6 @@ repos:
- id: gitleaks
stages: [manual, push]
- repo: https://github.com/jendrikseipp/vulture
rev: v2.11
rev: v2.12
hooks:
- id: vulture

0 comments on commit de8d783

Please sign in to comment.