Skip to content

Commit 2e8c598

Browse files
Increase maximum line length on linting
1 parent f64e442 commit 2e8c598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ extend-ignore = D100, DC100
55

66
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,src/corbado_python_sdk/generated,env,.idea,.vscode,scripts,__init__.py,.venv,.tox,setup.*,venv_name
77

8-
max-line-length = 130
8+
max-line-length = 150
99

1010
per-file-ignores =
1111
#exclude some chekcs in test code

0 commit comments

Comments
 (0)