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/commitizen-tools/commitizen: 3.2.2 → 3.5.3](commitizen-tools/commitizen@3.2.2...3.5.3)
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/asottile/blacken-docs: 1.13.0 → 1.15.0](adamchainz/blacken-docs@1.13.0...1.15.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 18, 2023
1 parent c49a410 commit baeaef4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ repos:
# Check commit messages on commit
- repo: https://github.com/commitizen-tools/commitizen
# Specify tag
rev: 3.2.2
rev: 3.5.3
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/python/black
rev: 23.3.0
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
language_version: python3
- id: black-jupyter
language_version: python3
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.15.0
hooks:
- id: blacken-docs
- repo: https://github.com/pycqa/isort
Expand Down

0 comments on commit baeaef4

Please sign in to comment.