diff --git a/.stickler.yml b/.stickler.yml deleted file mode 100644 index cc04e5bfd7..0000000000 --- a/.stickler.yml +++ /dev/null @@ -1,7 +0,0 @@ -linters: - flake8: - max-line-length: 120 - max-complexity: 10 - python: 3 -files: - ignore: ['*.ipynb', 'conf.py']