Skip to content

Commit ff5c71e

Browse files
authored
Merge branch 'main' into fix_db
2 parents a3230f3 + 71b507a commit ff5c71e

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)