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.6.0](commitizen-tools/commitizen@3.2.2...3.6.0)
- 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.16.0](adamchainz/blacken-docs@1.13.0...1.16.0)
- [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
  • Loading branch information
pre-commit-ci[bot] committed Aug 22, 2023
1 parent c49a410 commit b1bb140
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.6.0
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.16.0
hooks:
- id: blacken-docs
- repo: https://github.com/pycqa/isort
Expand All @@ -24,7 +24,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit b1bb140

Please sign in to comment.