Skip to content

Commit 25d5a01

Browse files
committed
Merge remote-tracking branch 'upstream/main' into binary-or
2 parents 6e575da + e31c9c4 commit 25d5a01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
exclude: tests/testdata
3535
args: [--py37-plus]
3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.11.4
37+
rev: 5.12.0
3838
hooks:
3939
- id: isort
4040
exclude: tests/testdata

requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
black==23.1a1
22
pylint==2.15.10
3-
isort==5.11.4
3+
isort==5.12.0
44
flake8==5.0.4
55
flake8-typing-imports==1.14.0
66
mypy==0.991

0 commit comments

Comments
 (0)