Captain Ezio commited on
Commit
bfa351b
·
2 Parent(s): 70f10eb 106dc42

Merge pull request #131 from Gojo-Bots/update/pre-commit-autoupdate

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml CHANGED
@@ -18,13 +18,13 @@ repos:
18
  language_version: python3
19
 
20
  - repo: https://github.com/asottile/add-trailing-comma
21
- rev: v2.5.1
22
  hooks:
23
  - id: add-trailing-comma
24
  args: [--py36-plus]
25
 
26
  - repo: https://github.com/asottile/pyupgrade
27
- rev: v3.7.0
28
  hooks:
29
  - id: pyupgrade
30
  args: [--py36-plus]
 
18
  language_version: python3
19
 
20
  - repo: https://github.com/asottile/add-trailing-comma
21
+ rev: v3.0.0
22
  hooks:
23
  - id: add-trailing-comma
24
  args: [--py36-plus]
25
 
26
  - repo: https://github.com/asottile/pyupgrade
27
+ rev: v3.8.0
28
  hooks:
29
  - id: pyupgrade
30
  args: [--py36-plus]