summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-François B <2589111+jfbu@users.noreply.github.com>2023-03-31 17:35:51 +0200
committerJean-François B <2589111+jfbu@users.noreply.github.com>2023-03-31 17:36:47 +0200
commit8f1698f7db84749a41b7c35b1590b93d017253a4 (patch)
tree7e149fe298cab671d0268a55df4d2f17760eba15
parent3e6d56adc00f1af0d00e6928884b2e2d2c0b7e86 (diff)
downloadsphinx-git-8f1698f7db84749a41b7c35b1590b93d017253a4.tar.gz
Ignore SIM910 for time being to appease flake8-simplify 0.20.0
-rw-r--r--.flake81
1 files changed, 1 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index e9dbe8bdc..0f41face2 100644
--- a/.flake8
+++ b/.flake8
@@ -17,6 +17,7 @@ ignore =
SIM223,
SIM401,
SIM907,
+ SIM910,
exclude =
.git,
.tox,