]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
ignore bugbear opinion
authorDavid Lord <davidism@gmail.com>
Fri, 20 Jan 2023 01:27:15 +0000 (17:27 -0800)
committerDavid Lord <davidism@gmail.com>
Fri, 20 Jan 2023 02:17:03 +0000 (18:17 -0800)
.flake8

diff --git a/.flake8 b/.flake8
index db529bd84b4f13c01a07ebbcc4ba201e1427ef10..705245bd5124e8241f95eb70cd38703bb4300f11 100644 (file)
--- a/.flake8
+++ b/.flake8
@@ -23,3 +23,6 @@ max-line-length = 80
 per-file-ignores =
     # __init__ exports names
     src/jinja2/__init__.py: F401
+    # not relevant to jinja's compiler
+    src/jinja2/compiler.py: B906
+    src/jinja2/idtracking.py: B906