Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#41)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks:
   - github.com/psf/black: 22.12.0 → 23.3.0
   - github.com/codespell-project/codespell: v2.2.2 → v2.2.4
   - github.com/nbQA-dev/nbQA: 1.6.0 → 1.7.0
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2023
1 parent 64015b4 commit f2500a3
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 @@ -26,19 +26,19 @@ repos:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black-jupyter

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
files: ^.*\.(py|md|rst)$
args: ["--write-changes", "--ignore-words-list", "hist,gaus"]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.0
rev: 1.7.0
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==3.3.1]
Expand Down

0 comments on commit f2500a3

Please sign in to comment.