diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d1c6a8b..bb76256d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 23.12.1 hooks: - id: black @@ -14,7 +14,7 @@ repos: args: [--line-length=120, --target-version=py310] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.1.9 hooks: - id: ruff args: [--fix]