There was an error while loading. Please reload this page.
1 parent d2ea618 commit dd40252Copy full SHA for dd40252
docs/conf.py
@@ -349,4 +349,3 @@
349
# If true, do not generate a @detailmenu in the "Top" node's menu.
350
#
351
# texinfo_no_detailmenu = False
352
-
setup.cfg
@@ -7,7 +7,7 @@ testpaths = tests
7
universal=1
8
9
[flake8]
10
-max-line-length = 99
+max-line-length = 119
11
12
[bumpversion]
13
current_version = 0.0.1
src/django_cognito_jwt/__init__.py
@@ -1,3 +1,3 @@
1
__version__ = '0.0.1'
2
3
-from .backend import JSONWebTokenAuthentication
+from .backend import JSONWebTokenAuthentication # noqa
0 commit comments