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.1](pylint-dev/pylint@v3.2.7...v3.3.1)
- [github.com/gitleaks/gitleaks: v8.19.2 → v8.19.3](gitleaks/gitleaks@v8.19.2...v8.19.3)
- [github.com/jendrikseipp/vulture: v2.11 → v2.12](jendrikseipp/vulture@v2.11...v2.12)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent 836e9ba commit 43e54d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1
hooks:
- id: pylint
args: [
Expand Down Expand Up @@ -49,11 +49,11 @@ repos:
- https://github.com/oamg/convert2rhel.git
stages: [manual, push]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.19.2
rev: v8.19.3
hooks:
- id: gitleaks
stages: [manual, push]
- repo: https://github.com/jendrikseipp/vulture
rev: v2.11
rev: v2.12
hooks:
- id: vulture

0 comments on commit 43e54d1

Please sign in to comment.