Skip to content
Snippets Groups Projects

Pre-push hook

Merged Stephan Seitz requested to merge seitz/pystencils:pre-push-hook into master
Compare and
2 files
+ 23
1
Preferences
Compare changes
Files
2
+ 1
1
@@ -3,4 +3,4 @@ max-line-length=120
exclude=pystencils/jupyter.py,
pystencils/plot.py
pystencils/session.py
ignore = W293 W503 W291
ignore = W293 W503 W291 C901