diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a050e4c..e2ef872 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.0" + rev: "0.3.4" hooks: - id: ruff-conda - id: ruff-format-conda - repo: https://github.com/Quantco/pre-commit-mirrors-mypy - rev: "1.8.0" + rev: "1.9.0" hooks: - id: mypy-conda additional_dependencies: @@ -18,7 +18,7 @@ repos: - types-boto - boto3-stubs - repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade - rev: 3.15.1 + rev: 3.15.2 hooks: - id: pyupgrade-conda args: