Skip to content

Commit

Permalink
add setup.cfg back
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKaum committed Aug 22, 2024
1 parent fa1350c commit ded1fd9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[flake8]
max-line-length = 88
select = C,E,F,W
ignore = E203,E231,E501,E741,W503,W504,C901,E731
per-file-ignores =
**/__init__.py:F401,F403
exclude =
outlines_core/_version.py

0 comments on commit ded1fd9

Please sign in to comment.