diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2ef872..ad73153 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: # Run ruff first because autofix behaviour is enabled - repo: https://github.com/Quantco/pre-commit-mirrors-ruff - rev: "0.3.4" + rev: "0.4.2" hooks: - id: ruff-conda - id: ruff-format-conda - repo: https://github.com/Quantco/pre-commit-mirrors-mypy - rev: "1.9.0" + rev: "1.10.0" hooks: - id: mypy-conda additional_dependencies: