diff --git a/.flake8 b/.flake8 index a2907a243..e7af5d812 100644 --- a/.flake8 +++ b/.flake8 @@ -19,7 +19,6 @@ ignore = SIM117, SIM223, SIM401, - SIM905, SIM907, exclude = .git, @@ -34,3 +33,4 @@ application-import-names = sphinx import-order-style = smarkets per-file-ignores = tests/*: E501 + sphinx/util/jsdump.py: SIM905