Skip to content
Snippets Groups Projects
Unverified Commit f28092f9 authored by Grzegorz Bokota's avatar Grzegorz Bokota
Browse files

pre-commit additional hooks (mainly single end line)

parent b6747e4d
Branches
Tags
No related merge requests found
Showing
with 23 additions and 20 deletions
......@@ -11,3 +11,10 @@ repos:
pass_filenames: true
# this seems to need to be here in addition to setup.cfg
exclude: vendored|__init__.py|examples
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-json
- id: check-yaml
- id: check-merge-conflict
- id: end-of-file-fixer
......@@ -28,4 +28,3 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
pip install pytest
fi
......@@ -209,4 +209,3 @@ stages:
displayName: InstallDeps
- bash: DATA_PATH=${PWD}/typy_neuronow2 jupyter nbconvert --to notebook --execute tutorials/tutorial_neuron_types/Neuron_types_example.ipynb
displayName: "Run Notebook"
......@@ -21,5 +21,3 @@ PartSegImage.tifffile_fixes
.. autoclass:: PartSegImage.tifffile_fixes.MyTiffPage
:members: asarray
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment