Skip to content

Commit

Permalink
formatting: Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeedali committed May 8, 2023
1 parent 5e6ceae commit b6efc15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[tool.isort]
profile = "black"
line_length = 120

[tool.pylint.format]
max-line-length = 120

[tool.black]
line-length = 120
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[flake8]
max-line-length = 88
max-line-length = 120
extend-ignore = E203
exclude = build-aux/flatpak
max-complexity = 15

[pycodestyle]
max-line-length = 88
max-line-length = 120

[pylama:pycodestyle]
max_line_length = 88
max_line_length = 120

[pydocstyle]
match = '(?!test_).*\.py'
Expand Down

0 comments on commit b6efc15

Please sign in to comment.