Skip to content

Commit

Permalink
Change Black line length to default of 88
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 6, 2025
1 parent cd183c0 commit b583ea4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
ignore = E203, E266, E501, W503, F403, F401
exclude = venv*,__pycache__,node_modules,migrations
max-line-length = 80
max-line-length = 88
max-complexity = 12
select = B,C,E,F,W,T4,B9
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 80
include = '\.pyi?$'

[tool.pytest.ini_options]
Expand Down

0 comments on commit b583ea4

Please sign in to comment.