Skip to content

Commit f2500a3

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#41)
* 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
1 parent 64015b4 commit f2500a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ repos:
2626
- id: pyupgrade
2727

2828
- repo: https://github.com/psf/black
29-
rev: 22.12.0
29+
rev: 23.3.0
3030
hooks:
3131
- id: black-jupyter
3232

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

4040
- repo: https://github.com/nbQA-dev/nbQA
41-
rev: 1.6.0
41+
rev: 1.7.0
4242
hooks:
4343
- id: nbqa-pyupgrade
4444
additional_dependencies: [pyupgrade==3.3.1]

0 commit comments

Comments
 (0)