[pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.25.0 → v2.26.0](https://github.com/asottile/pyupgrade/compare/v2.25.0...v2.26.0)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af2c89c..2cd4a74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -27,7 +27,7 @@ - id: reorder-python-imports args: [--py3-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.25.0 + rev: v2.26.0 hooks: - id: pyupgrade args: [--py36-plus]