diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b91353e9..86fd1260 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # dependency. Make sure to update flake8-bugbear manually on a regular basis. repos: - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black language_version: python3 @@ -11,7 +11,7 @@ repos: - --target-version=py38 - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.0.292' + rev: 'v0.1.3' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] \ No newline at end of file