diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab33808..2b5d913 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"] @@ -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 @@ -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"]