Skip to content

Commit

Permalink
⬆️ UPGRADE: Autoupdate pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Feb 5, 2024
1 parent 658a3e1 commit e8a4e53
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 @@ -40,15 +40,15 @@ repos:
language_version: python3

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
name: nbstripout no notebook_with_out_flake8_tags
args: [--keep-count, --keep-output, --drop-empty-cells]
exclude: "not_a_notebook|notebook_with_out_flake8_tags|cell_with_source_string"

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
name: nbstripout only notebook_with_out_flake8_tags
Expand Down

0 comments on commit e8a4e53

Please sign in to comment.