Skip to content

Commit

Permalink
[cleanup] Removed unittest/sandbox + adapted flake8 ignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Mastalli committed Oct 2, 2019
1 parent 481662f commit b404b96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 225 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[flake8]
max-line-length = 119
exclude = examples/notebooks,bindings/python/crocoddyl/__init__.py,crocoddyl/__init__.py,crocoddyl/locomotion/__init__.py,cmake,unittest/python/sandbox
exclude = examples/notebooks,examples/npydata,bindings/python/crocoddyl/__init__.py,unittest/python/crocoddyl/__init__.py,unittest/python/crocoddyl/locomotion/__init__.py,cmake
ignore = N802,N803,N806,W504

[yapf]
Expand Down
224 changes: 0 additions & 224 deletions unittest/python/sandbox/sympy_ddp_1step.py

This file was deleted.

0 comments on commit b404b96

Please sign in to comment.