iamgojoof6eyes commited on
Commit
5f2426c
·
1 Parent(s): 94df62e

Auto-update pre-commit hooks

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml CHANGED
@@ -12,7 +12,7 @@ repos:
12
  - id: check-merge-conflict
13
 
14
  - repo: https://github.com/psf/black
15
- rev: 22.8.0
16
  hooks:
17
  - id: black
18
  language_version: python3
@@ -24,7 +24,7 @@ repos:
24
  args: [--py36-plus]
25
 
26
  - repo: https://github.com/asottile/pyupgrade
27
- rev: v2.38.2
28
  hooks:
29
  - id: pyupgrade
30
  args: [--py36-plus]
 
12
  - id: check-merge-conflict
13
 
14
  - repo: https://github.com/psf/black
15
+ rev: 22.10.0
16
  hooks:
17
  - id: black
18
  language_version: python3
 
24
  args: [--py36-plus]
25
 
26
  - repo: https://github.com/asottile/pyupgrade
27
+ rev: v3.0.0
28
  hooks:
29
  - id: pyupgrade
30
  args: [--py36-plus]