Refactor error raising to remove duplication

This commit is contained in:
Hugo van Kemenade
2019-12-10 11:55:30 +02:00
committed by Claude Paroz
parent fa30ea858d
commit 06c2326dc0
2 changed files with 14 additions and 30 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v1.25.1
rev: v1.25.2
hooks:
- id: pyupgrade
args: ["--py3-plus"]