diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index baf3e183..25c92e0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/Quantco/pre-commit-mirrors-black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black-conda args: @@ -16,7 +16,7 @@ repos: - id: isort-conda additional_dependencies: [-c, conda-forge, toml=0.10.2] - repo: https://github.com/Quantco/pre-commit-mirrors-mypy - rev: "1.6.1" + rev: "1.7.1" hooks: - id: mypy-conda additional_dependencies: [-c, conda-forge, types-setuptools] @@ -27,7 +27,7 @@ repos: args: - --py38 - repo: https://github.com/Quantco/pre-commit-mirrors-prettier - rev: 3.0.3 + rev: 3.1.0 hooks: - id: prettier-conda files: "\\.md$"