File tree Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+
3+ # To install pre-commit hooks, install `pre-commit` and activate it here:
4+ # pip3 install pre-commit
5+ # pre-commit install
6+ #
7+ default_stages :
8+ - commit
9+ - push
10+ - manual
11+
12+ repos :
13+ - repo : https://github.com/pre-commit/pre-commit-hooks
14+ rev : v2.3.0
15+ hooks :
16+ - id : check-yaml
17+ - id : trailing-whitespace
18+ args : [--markdown-linebreak-ext=md]
19+ - repo : https://github.com/PyCQA/flake8
20+ rev : 5.0.4
21+ hooks :
22+ - id : flake8
23+ - repo : https://github.com/brainelectronics/micropython-package-validation
24+ rev : 0.5.0
25+ hooks :
26+ - id : upy-package
27+ args :
28+ - " --setup_file=setup.py"
29+ - " --package_changelog_file=changelog.md"
30+ - " --package_file=package.json"
31+ - " --validate"
32+ - repo : https://github.com/brainelectronics/changelog2version
33+ rev : 0.10.0
34+ hooks :
35+ - id : changelog2version
36+ args :
37+ - " --changelog_file=changelog.md"
38+ - " --version_file=umodbus/version.py"
39+ - " --validate"
Original file line number Diff line number Diff line change 3838 ]
3939 ],
4040 "deps" : [],
41- "version" : " 2.3.4 "
41+ "version" : " 2.3.5 "
4242}
Original file line number Diff line number Diff line change 33coverage>=6.4.2,<7
44flake8>=5.0.0,<6
55nose2>=0.12.0,<1
6+ pre-commit>=3.3.3,<4
67setup2upypackage>=0.4.0,<1
78yamllint>=1.29,<2
You can’t perform that action at this time.
0 commit comments