Skip to content

Commit

Permalink
chore(pre-commit.ci): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-poetry/poetry: 1.7.1 → 1.7.0](python-poetry/poetry@1.7.1...1.7.0)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.7)
- [github.com/srstevenson/nb-clean: 3.1.0 → 3.2.0](srstevenson/nb-clean@3.1.0...3.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 18, 2023
1 parent f48ec6a commit ee9b20a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/python-poetry/poetry
rev: 1.7.1
rev: 1.7.0
hooks:
- id: poetry-check
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.7
hooks:
- id: prettier
args: ["--tab-width", "2"]
Expand Down Expand Up @@ -72,7 +72,7 @@ repos:
- id: bandit
args: [-x, tests]
- repo: https://github.com/srstevenson/nb-clean
rev: "3.1.0"
rev: "3.2.0"
hooks:
- id: nb-clean
args: [--preserve-cell-outputs]

0 comments on commit ee9b20a

Please sign in to comment.