This commit is contained in:
alckasoc
2025-01-08 13:23:44 -08:00
parent 09d20845a7
commit 8c8f36cc3f
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -40,4 +40,3 @@ jobs:
- name: Run Linter
run: |
black --check gui_agents tests
isort --check-only gui_agents tests
+1 -2
View File
@@ -38,8 +38,7 @@ setup(
],
extras_require={
'dev': [
'black', # Code formatter for linting
'isort'
'black' # Code formatter for linting
]
},
entry_points={