[options]
packages = find:
package_dir = = src
-include_package_data = true
+include_package_data = True
python_requires = >= 3.6
# Dependencies are in setup.py for GitHub's dependency graph.
# F = flake8 pyflakes
# W = pycodestyle warnings
# B9 = bugbear opinions
-# ISC = implicit-str-concat
+# ISC = implicit str concat
select = B, E, F, W, B9, ISC
ignore =
# slice notation whitespace, invalid
# up to 88 allowed by bugbear B950
max-line-length = 80
per-file-ignores =
- # __init__ module exports names
+ # __init__ exports names
src/jinja2/__init__.py: F401
[mypy]
[tox]
envlist =
- py{311,310,39,38,37,36,py37}
+ py3{11,10,9,8,7,6},pypy3{8,7}
style
typing
docs