Skip to content

Commit 7227ff9

Browse files
author
boris
committed
add pyupgrade-docs to pre-commit-config
1 parent 3ab627d commit 7227ff9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ repos:
99
hooks:
1010
- id: blacken-docs
1111
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]
1218
- repo: https://github.com/pre-commit/pre-commit-hooks
1319
rev: v3.4.0
1420
hooks:

0 commit comments

Comments
 (0)