diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2cb6952..62b1940 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black additional_dependencies: ['click<8.1'] @@ -29,7 +29,7 @@ repos: description: Forces line endings to the UNIX LF character - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.11.2' + rev: 'v1.13.0' hooks: - id: mypy args: ["--config-file=.mypy.ini"]