diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1cdac066..e8ab6b8d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.23.0 + rev: v2.23.1 hooks: - id: pyupgrade name: PyUpgrade 3.6+ @@ -26,7 +26,7 @@ repos: args: ["--py37-plus"] - repo: https://github.com/PyCQA/isort - rev: 5.9.2 + rev: 5.9.3 hooks: - id: isort