diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 01d5cce5..00000000 --- a/.codecov.yml +++ /dev/null @@ -1,3 +0,0 @@ -ignore: - - "tests/" - - "docs/" diff --git a/.flake8 b/.flake8 deleted file mode 100644 index e533d063..00000000 --- a/.flake8 +++ /dev/null @@ -1,7 +0,0 @@ -[flake8] -# Based directly on Black's recommendations: -# https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length -max-line-length = 81 -select = A,C,E,F,W,B,B950 -#B305 doesn't like `.next()` that is a key Tree method. -ignore = E203, E501, W503, B305