Skip to content

Commit dd40252

Browse files
committed
Update flake8 max line length to be the same as Django's code convetion
1 parent d2ea618 commit dd40252

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,4 +349,3 @@
349349
# If true, do not generate a @detailmenu in the "Top" node's menu.
350350
#
351351
# texinfo_no_detailmenu = False
352-

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ testpaths = tests
77
universal=1
88

99
[flake8]
10-
max-line-length = 99
10+
max-line-length = 119
1111

1212
[bumpversion]
1313
current_version = 0.0.1

src/django_cognito_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__version__ = '0.0.1'
22

3-
from .backend import JSONWebTokenAuthentication
3+
from .backend import JSONWebTokenAuthentication # noqa

0 commit comments

Comments
 (0)