summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-20 13:34:34 -0800
committerGitHub <noreply@github.com>2023-01-20 13:34:34 -0800
commit795ab3db021f34bd06888732ac016f45564537d1 (patch)
tree51ee761602da48a541db62547b815ccf21d2f476 /setup.cfg
parent623df9b3f2836ca879ad80dc0c619d470fac4d60 (diff)
parent50a5fd4fb27bae88c4f72a7bc2fd14a8d65332dc (diff)
downloadjinja2-795ab3db021f34bd06888732ac016f45564537d1.tar.gz
build, provenance, publish workflow (#1794)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg25
1 files changed, 0 insertions, 25 deletions
diff --git a/setup.cfg b/setup.cfg
index edfa309..96ce202 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -61,31 +61,6 @@ source =
src
*/site-packages
-[flake8]
-# B = bugbear
-# E = pycodestyle errors
-# F = flake8 pyflakes
-# W = pycodestyle warnings
-# B9 = bugbear opinions
-# ISC = implicit str concat
-select = B, E, F, W, B9, ISC
-ignore =
- # slice notation whitespace, invalid
- E203
- # line length, handled by bugbear B950
- E501
- # bare except, handled by bugbear B001
- E722
- # bin op line break, invalid
- W503
- # zip with strict=, requires python >= 3.10
- B905
-# up to 88 allowed by bugbear B950
-max-line-length = 80
-per-file-ignores =
- # __init__ exports names
- src/jinja2/__init__.py: F401
-
[mypy]
files = src/jinja2
python_version = 3.7