diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b06a34a..a335905 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.8.0 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -16,7 +16,7 @@ repos: - id: flake8 - repo: https://github.com/asottile/yesqa - rev: v1.4.0 + rev: v1.5.0 hooks: - id: yesqa