Skip to content

Commit

Permalink
Configure Python line length for linters. refs: #297
Browse files Browse the repository at this point in the history
  • Loading branch information
spanezz committed Apr 28, 2023
1 parent 12c0a08 commit 618de16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.black]
line-length = 120
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[mypy]
# https://mypy.readthedocs.io/en/latest/config_file.html

[flake8]
max-line-length = 120

0 comments on commit 618de16

Please sign in to comment.