Skip to content

Commit 5e9d0dc

Browse files
author
Alexey Bogoslovskyi
committed
update pre-commit
1 parent ea30f63 commit 5e9d0dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/timothycrosley/isort
3-
rev: 5.6.4
3+
rev: 5.10.1
44
hooks:
55
- id: isort
66
language_version: python3.7
77
- repo: https://github.com/python/black
8-
rev: 20.8b1
8+
rev: 22.3.0
99
hooks:
1010
- id: black
1111
language_version: python3.7
12-
- repo: https://gitlab.com/pycqa/flake8
13-
rev: 3.8.4
12+
- repo: https://github.com/pycqa/flake8
13+
rev: 4.0.1
1414
hooks:
1515
- id: flake8
1616
additional_dependencies: [

0 commit comments

Comments
 (0)