Skip to content

Commit

Permalink
ci: pre-commit auto-update
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: 3.10.1 → 3.12.0](commitizen-tools/commitizen@3.10.1...3.12.0)
- [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1)
- [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0)
- [github.com/PyCQA/prospector: 1.10.2 → v1.10.3](prospector-dev/prospector@1.10.2...v1.10.3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent 82c9818 commit cb014b7
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 @@ -7,14 +7,14 @@ ci:
repos:

- repo: https://github.com/commitizen-tools/commitizen
rev: 3.10.1
rev: 3.12.0
hooks:
- id: commitizen
- id: commitizen-branch
stages: [push]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.0
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies: ["dateparser", "types-dateparser"]
Expand All @@ -39,7 +39,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black

Expand All @@ -66,7 +66,7 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/prospector
rev: 1.10.2
rev: v1.10.3
hooks:
- id: prospector
additional_dependencies: ["dateparser"]
Expand Down

0 comments on commit cb014b7

Please sign in to comment.