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.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.5.4](Lucas-C/pre-commit-hooks@v1.1.13...v1.5.4)
- [github.com/psf/black: 22.3.0 → 23.10.0](psf/black@22.3.0...23.10.0)
- [github.com/s-weigand/flake8-nb: v0.4.0 → v0.5.3](s-weigand/flake8-nb@v0.4.0...v0.5.3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent e41df41 commit 4e509ae
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
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -19,18 +19,18 @@ repos:
- id: debug-statements

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.13
rev: v1.5.4
hooks:
- id: remove-tabs

- repo: https://github.com/psf/black
rev: '22.3.0'
rev: '23.10.0'
hooks:
- id: black
- id: black-jupyter

- repo: https://github.com/s-weigand/flake8-nb
rev: v0.4.0
rev: v0.5.3
hooks:
- id: flake8-nb
additional_dependencies:
Expand Down

0 comments on commit 4e509ae

Please sign in to comment.