diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4dd2168..a4501cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: args: - --target-version=py38 - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.270 + rev: v0.0.272 hooks: - id: ruff - repo: https://github.com/PyCQA/isort @@ -16,7 +16,7 @@ repos: - id: isort language_version: python3 - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.6.0 hooks: - id: pyupgrade args: