diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d772df..146b3b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,20 +60,20 @@ repos: - id: rm-unneeded-f-str - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.1 + rev: v0.2.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] # Last modifier: Coding Standard - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.2.0 hooks: - id: black