Skip to content

Commit 71b507a

Browse files
chore: update pre-commit config (#1732)
Co-authored-by: GitHub <[email protected]>
1 parent 97eaef8 commit 71b507a

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: 22.3.0
8+
rev: 22.6.0
99
hooks:
1010
- id: black
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.32.1
13+
rev: v2.34.0
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==22.3.0
1+
black==22.6.0
22
isort==5.10.1
33
pre-commit==2.19.0
44
flake8==4.0.1

0 commit comments

Comments
 (0)