Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#173)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 23.1.0 →
23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/MarcoGorelli/cython-lint: v0.14.0 →
v0.15.0](MarcoGorelli/cython-lint@v0.14.0...v0.15.0)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 6, 2023
1 parent 6ae5463 commit 4494c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: check-toml
# Python
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black-jupyter
# numpydoc
Expand All @@ -32,7 +32,7 @@ repos:
- id: clang-format
# Cython
- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.14.0
rev: v0.15.0
hooks:
- id: cython-lint
- id: double-quote-cython-strings

0 comments on commit 4494c07

Please sign in to comment.