Skip to content

Commit

Permalink
Set black's and flake's max line length to 120 #133
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Nov 4, 2024
1 parent e9ce95c commit b4ee440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
select = A,B,B9,BLK,C,E,F,I,N,S,W
ignore = E501,W503
max-complexity = 17
max-line-length = 80
max-line-length = 120
application-import-names = scigateway_auth,test
import-order-style = google
per-file-ignores = test/testutils.py:S105,B950,test/test_authenticationHandler.py:S105,scigateway_auth/wsgi.py:E402,F401
per-file-ignores = test/testutils.py:S105,B950,test/test_authenticationHandler.py:S105
enable-extensions=G
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ source = ["scigateway_auth"]

[tool.coverage.report]
show_missing = true

[tool.black]
line-length = 120

0 comments on commit b4ee440

Please sign in to comment.