Skip to content

Commit

Permalink
Bump pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
felixschndr committed Jan 26, 2025
1 parent 780c99e commit 2548a58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: black
args: [ "--line-length", "119" ]
- repo: https://github.com/PyCQA/bandit
rev: 1.8.0
rev: 1.8.2
hooks:
- id: bandit
args: [ '-c', '.bandit.yml', '-r' ]
Expand All @@ -22,6 +22,6 @@ repos:
- id: flake8
additional_dependencies: [ flake8-annotations ]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.21.2
rev: v8.23.2
hooks:
- id: gitleaks
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
flake8==7.0.0
isort==5.13.2
black==24.4.2
black==24.4.2
bandit=1.8.2

0 comments on commit 2548a58

Please # to comment.