Skip to content

Commit ec1b303

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents fd89b9d + 5a9c916 commit ec1b303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.32.0
3+
rev: v2.37.3
44
hooks:
55
- id: pyupgrade
66
args: [--py38-plus]
@@ -9,12 +9,12 @@ repos:
99
hooks:
1010
- id: flynt
1111
- repo: https://github.com/psf/black
12-
rev: 22.3.0
12+
rev: 22.6.0
1313
hooks:
1414
- id: black
1515
language_version: python3.8
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 4.0.1
17+
rev: 5.0.3
1818
hooks:
1919
- id: flake8
2020
- repo: https://github.com/pycqa/pydocstyle

0 commit comments

Comments
 (0)