diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eda80b5..df3d7e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,17 @@ repos: - repo: https://github.com/Quantco/pre-commit-mirrors-black - rev: 22.3.0 + rev: 23.12.1 hooks: - id: black-conda args: - --safe - --target-version=py38 - repo: https://github.com/Quantco/pre-commit-mirrors-flake8 - rev: v3.9.2 + rev: 6.1.0 hooks: - id: flake8-conda - repo: https://github.com/Quantco/pre-commit-mirrors-isort - rev: 5.8.0 + rev: 5.13.2 hooks: - id: isort-conda additional_dependencies: [-c, conda-forge, toml=0.10.2]