]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
update tool config
authorDavid Lord <davidism@gmail.com>
Thu, 13 Jan 2022 22:45:55 +0000 (14:45 -0800)
committerDavid Lord <davidism@gmail.com>
Thu, 13 Jan 2022 22:45:55 +0000 (14:45 -0800)
.pre-commit-config.yaml
setup.cfg
tox.ini

index 85c0e28ff346e97db45699272be6f851c7731cac..b4a7c7d559052b02f5aa66016b1f20e35f685732 100644 (file)
@@ -1,4 +1,5 @@
 ci:
+  autoupdate_branch: "3.0.x"
   autoupdate_schedule: monthly
 repos:
   - repo: https://github.com/asottile/pyupgrade
index 9dd6c5123de7ad2dc240a3ad567cd6f98030a104..b4031360611e3f53a8af7c67201f9a3406328518 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,7 +32,7 @@ classifiers =
 [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.
 
@@ -67,7 +67,7 @@ source =
 # 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
@@ -81,7 +81,7 @@ ignore =
 # 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]
diff --git a/tox.ini b/tox.ini
index f14c957dcde87036de703ff00651c73f7e97141e..027538579199e3a0986ce3398e4608bcf998891c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 envlist =
-    py{311,310,39,38,37,36,py37}
+    py3{11,10,9,8,7,6},pypy3{8,7}
     style
     typing
     docs