Skip to content

Commit

Permalink
Lets check if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabrowski1990 committed May 16, 2024
1 parent c5896e6 commit 825da26
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/isort.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: ISORT


on: [push]


jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: isort/isort-action@v1
with:
requirements-files: "requirements.txt"
File renamed without changes.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,8 @@ testpaths = [
]
filterwarnings = "ignore:::.*uds*"
asyncio_mode = "strict"


[tool.isort]
profile = "hug"
src_paths = ["uds", "tests"]

0 comments on commit 825da26

Please sign in to comment.