diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 467e0b2..b765cd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.13.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) @@ -24,6 +24,6 @@ repos: args: ["--py38-plus"] - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 24.1.1 hooks: - id: black