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/pre-commit/pre-commit-hooks: v4.0.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.0...v5.0.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 4.0.0 → 7.1.1](PyCQA/flake8@4.0.0...7.1.1)
- [github.com/kynan/nbstripout: 0.5.0 → 0.7.1](kynan/nbstripout@0.5.0...0.7.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent d4969b6 commit d34398d
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 @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.0
rev: v5.0.0
types: [py]
hooks:
- id: end-of-file-fixer
Expand All @@ -17,14 +17,14 @@ repos:
# - id: black
# args: [ --safe ]

- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.0
- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
hooks:
- id: flake8
args: [--config, setup.cfg]

# Remove output from jupyter notebooks
- repo: https://github.com/kynan/nbstripout
rev: 0.5.0
rev: 0.7.1
hooks:
- id: nbstripout

0 comments on commit d34398d

Please sign in to comment.