diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78c87c8..2ee19f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - id: check-merge-conflict # - id: no-commit-to-branch # To be included when other contributions join the project - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black args: [ --line-length=120 ] @@ -62,7 +62,7 @@ repos: language: python types: [ python ] - repo: https://github.com/Lucas-C/pre-commit-hooks-safety - rev: v1.3.2 + rev: v1.3.3 hooks: - id: python-safety-dependencies-check files: pyproject.toml