diff --git a/.flake8 b/.flake8 index a783942..5965be3 100644 --- a/.flake8 +++ b/.flake8 @@ -13,12 +13,7 @@ exclude = build, dist, .conda - test.py # Enable specific plugins or options # Example: Enabling flake8-docstrings -select = C,E,F,W,D - -# Specify custom error codes to ignore or enable -per-file-ignores = - tests/*: D \ No newline at end of file +select = C,E,F,W,D \ No newline at end of file