Skip to content

Commit

Permalink
style: auto formatters skip ares files
Browse files Browse the repository at this point in the history
  • Loading branch information
raspersc2 committed Aug 15, 2023
1 parent 7424819 commit 91da492
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 38 deletions.
73 changes: 35 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ isort = "^5.12.0"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.black]
extend-exclude = 'ares-sc2/*'

[tool.isort]
profile = "black"
skip_glob = ["ares-sc2/*"]

0 comments on commit 91da492

Please sign in to comment.