diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ea6f9d..c20aae6 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.9.1 + rev: 23.12.1 hooks: - id: black-conda args: @@ -11,17 +11,17 @@ repos: hooks: - id: flake8-conda - repo: https://github.com/Quantco/pre-commit-mirrors-isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort-conda additional_dependencies: [-c, conda-forge, toml=0.10.2] - repo: https://github.com/Quantco/pre-commit-mirrors-mypy - rev: 1.5.1 + rev: 1.8.0 hooks: - id: mypy-conda additional_dependencies: [-c, conda-forge, types-setuptools] - repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade - rev: 3.13.0 + rev: 3.15.0 hooks: - id: pyupgrade-conda args: