diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b8d9d33..02ba549 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: check-yaml @@ -35,7 +35,7 @@ repos: types: [text] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.12.1 hooks: - id: black language_version: python3 @@ -45,7 +45,7 @@ repos: types: [python] - repo: https://github.com/PyCQA/isort - rev: "5.11.4" # Use the revision sha / tag you want to point at + rev: "5.13.2" # Use the revision sha / tag you want to point at hooks: - id: isort name: isort