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 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.0...v4.3.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 4.0.0 → 5.0.4](PyCQA/flake8@4.0.0...5.0.4)
- [github.com/kynan/nbstripout: 0.5.0 → 0.6.0](kynan/nbstripout@0.5.0...0.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 8, 2022
1 parent d4969b6 commit 7a5edf7
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: v4.3.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: 5.0.4
hooks:
- id: flake8
args: [--config, setup.cfg]

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

0 comments on commit 7a5edf7

Please sign in to comment.