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/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)
- [github.com/MarcoGorelli/cython-lint: v0.11.1 → v0.12.5](MarcoGorelli/cython-lint@v0.11.1...v0.12.5)
  • Loading branch information
pre-commit-ci[bot] authored Feb 28, 2023
1 parent 545287a commit 345b72a
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: 22.12.0
rev: 23.1.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.11.1
rev: v0.12.5
hooks:
- id: cython-lint
- id: double-quote-cython-strings

0 comments on commit 345b72a

Please sign in to comment.