File tree Expand file tree Collapse file tree 5 files changed +7
-26
lines changed
Expand file tree Collapse file tree 5 files changed +7
-26
lines changed Original file line number Diff line number Diff line change 11exclude : ' jsonpath2/parser/JSONPath.*'
22repos :
33- repo : https://github.com/pre-commit/mirrors-autopep8
4- rev : v1.4.4
4+ rev : v1.5.2
55 hooks :
66 - id : autopep8
7- - repo : git ://github.com/pre-commit/pre-commit-hooks
8- rev : v2.2.3
7+ - repo : https ://github.com/pre-commit/pre-commit-hooks
8+ rev : v2.5.0
99 hooks :
1010 - id : fix-encoding-pragma
1111 - id : trailing-whitespace
3535 - id : check-symlinks
3636 - id : check-yaml
3737 - id : detect-private-key
38- - id : requirements-txt-fixer
3938 - id : trailing-whitespace
4039- repo : local
4140 hooks :
4948 entry : python -m pylint --rcfile=pylintrc
5049 language : system
5150 types : [python]
52- - repo : git ://github.com/Lucas-C/pre-commit-hooks
53- rev : v1.1.6
51+ - repo : https ://github.com/Lucas-C/pre-commit-hooks
52+ rev : v1.1.7
5453 hooks :
5554 - id : remove-tabs
5655 - id : remove-crlf
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ script:
1616- python setup.py bdist_wheel
1717- python setup.py sdist
1818
19- install : pip install -r requirements-dev.txt
19+ install : pip install coverage pep257 pre-commit pylint pytest readthedocs-sphinx-ext recommonmark setuptools sphinx sphinx-rtd-theme
2020jobs :
2121 include :
2222 - stage : lint
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 author_email = 'mark.borkum@pnnl.gov' ,
2020 packages = find_packages (),
2121 install_requires = [
22- 'antlr4-python3-runtime==4.7.2' ,
23- 'setuptools' ,
24- 'six'
22+ 'antlr4-python3-runtime==4.7.2'
2523 ]
2624)
You can’t perform that action at this time.
0 commit comments