We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab627d commit 7227ff9Copy full SHA for 7227ff9
.pre-commit-config.yaml
@@ -9,6 +9,12 @@ repos:
9
hooks:
10
- id: blacken-docs
11
additional_dependencies: [black==20.8b1]
12
+- repo: https://github.com/verhovsky/pyupgrade-docs
13
+ rev: v0.2.1
14
+ hooks:
15
+ - id: pyupgrade-docs
16
+ args: [--py36-plus]
17
+ additional_dependencies: [pyupgrade==2.10.0]
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
rev: v3.4.0
20
0 commit comments