Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/psf/black: 24.3.0 → 24.10.0](psf/black@24.3.0...24.10.0)
- [github.com/PyCQA/bandit: 1.7.8 → 1.8.0](PyCQA/bandit@1.7.8...1.8.0)
- [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent 54928ba commit 7672df1
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 @@ -11,14 +11,14 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.10.0
hooks:
- id: black
name: "Black: The uncompromising Python code formatter"
Expand All @@ -31,7 +31,7 @@ repos:
args: [ "--profile black" ]

- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.8.0
hooks:
- id: bandit
language_version: python3
Expand All @@ -50,6 +50,6 @@ repos:
pass_filenames: false

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.1
hooks:
- id: nbstripout

0 comments on commit 7672df1

Please sign in to comment.