Skip to content

Commit

Permalink
Remove yapf config and update isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM committed Sep 15, 2024
1 parent 9834676 commit 6662e70
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,6 @@ tests = [
"Source" = "https://github.com/Toni-SM/skrl"


[tool.yapf]
# run: yapf -p -m -i -r <folder>
based_on_style = "pep8"
blank_line_before_nested_class_or_def = false
blank_lines_between_top_level_imports_and_variables = 2
column_limit = 120
join_multiple_lines = false
space_between_ending_comma_and_closing_bracket = false
spaces_around_power_operator = true
split_all_top_level_comma_separated_values = true
split_before_arithmetic_operator = true
split_before_dict_set_generator = false
split_before_dot = true
split_complex_comprehension = true
coalesce_brackets = true


[tool.black]
line-length = 120

Expand All @@ -88,9 +71,8 @@ count = true


[tool.isort]
use_parentheses = false
profile = "black"
line_length = 120
multi_line_output = 3
lines_after_imports = 2
known_test = [
"warnings",
Expand Down

0 comments on commit 6662e70

Please sign in to comment.