Skip to content

Commit 1f0da99

Browse files
committed
misc framework updates
1 parent 8ddf5e8 commit 1f0da99

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)