diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b527df6..732b09f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,12 +3,12 @@ repos: rev: '1.0.1' hooks: - id: flynt -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.285' +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.1.3' hooks: - id: ruff - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.1 hooks: - id: black language_version: python3.9