diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e83695e1e..418af186d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,8 +3,8 @@ repos: rev: '1.0.1' hooks: - id: flynt -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.280' +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.0.284' hooks: - id: ruff - repo: https://github.com/psf/black