Skip to content

Commit

Permalink
Setup: rollback introduction of a pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
volcacius committed Apr 28, 2023
1 parent d47e21f commit d22dda1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pyproject.toml

This file was deleted.

15 changes: 15 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[isort]
profile = google
line_length = 100

[yapf]
based_on_style = google
column_limit = 100
SPLIT_BEFORE_DICT_SET_GENERATOR = False
SPLIT_BEFORE_CLOSING_BRACKET = False
BLANK_LINE_BEFORE_MODULE_DOCSTRING = True
SPACES_AROUND_POWER_OPERATOR = True
SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES = True
SPLIT_BEFORE_FIRST_ARGUMENT = True
SPLIT_BEFORE_DOT = True
COALESCE_BRACKETS = True

0 comments on commit d22dda1

Please sign in to comment.