File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- * .py [co ]
1+ * .py [cod ]
22__pycache__ /
33
44# build
@@ -9,3 +9,4 @@ __pycache__/
99
1010/.coverage *
1111/coverage.xml
12+ /.pytest_cache /
Original file line number Diff line number Diff line change @@ -31,20 +31,22 @@ repos:
3131 - id : flake8
3232 args : [-j8]
3333 additional_dependencies :
34+ - flake8-broken-line
3435 - flake8-bugbear
3536 - flake8-comprehensions
3637 - flake8-debugger
38+ - flake8-isort
3739 - flake8-string-format
3840- repo : https://github.com/google/yapf
3941 rev : v0.31.0
4042 hooks :
4143 - id : yapf
4244 args : [-i]
4345- repo : https://github.com/PyCQA/isort
44- rev : 5.9.3
46+ rev : 5.10.1
4547 hooks :
4648 - id : isort
4749- hooks :
4850 - id : mbeautify
4951 repo : https://github.com/AMYPAD/miutil
50- rev : v0.9.0
52+ rev : v0.9.1
You can’t perform that action at this time.
0 commit comments