Skip to content

Commit

Permalink
add config for pycodestyle and black
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Feb 29, 2024
1 parent 95c84dd commit 022dab4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ universal = 1
packages =
flaat

[pycodestyle]
select =
ignore = E127,E203,E221,E241,E128
max_line_length = 100
max_doc_length = 100

[tool.black]
line-length = 100

[extras]
flask =
Flask
Expand Down

0 comments on commit 022dab4

Please sign in to comment.