diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59c5501..c12035e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: ssort - repo: https://github.com/asottile/add-trailing-comma - rev: v3.0.1 + rev: v3.1.0 hooks: - id: add-trailing-comma @@ -18,12 +18,12 @@ repos: args: [--in-place] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.0 hooks: - id: black args: [--line-length, "88"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.284 + rev: v0.1.1 hooks: - id: ruff