Skip to content

Commit 8c1f773

Browse files
chore: update pre-commit config (#1499)
Co-authored-by: GitHub <[email protected]>
1 parent 28f9dad commit 8c1f773

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ repos:
55
- id: isort
66

77
- repo: https://github.com/python/black
8-
rev: 21.11b1
8+
rev: 21.12b0
99
hooks:
1010
- id: black
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.29.1
13+
rev: v2.30.1
1414
hooks:
1515
- id: pyupgrade
1616
args: ["--py37-plus"]

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==21.11b1
1+
black==21.12b0
22
isort==5.10.1
33
pre-commit==2.16.0
44
flake8==4.0.1

0 commit comments

Comments
 (0)