File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -625,6 +625,20 @@ jobs:
625625 run : make test
626626 if : ${{ contains( 'numpy', matrix.package )}}
627627
628+ # ##########################
629+ # ~~~~~~~~~~~~~~~~~~~~~~~~~#
630+ # ~~~~~~|#############|~~~~#
631+ # ~~~~~~|#|~~~~~~~/##/~~~~~#
632+ # ~~~~~~|#|~~~~~/##/~~~~~~~#
633+ # ~~~~~~~~~~~~/##/~~~~~~~~~#
634+ # ~~~~~~~~~~/##/~~~~~~~~~~~#
635+ # ~~~~~~~~/##/~~~~~~~~~~~~~#
636+ # ~~~~~~/##/~~~~~~~~~~~~~~~#
637+ # ~~~~~~~~~~~~~~~~~~~~~~~~~#
638+ # Test Service Adapters #
639+ # ~~~~~~~~~~~~~~~~~~~~~~~~~#
640+ # Coming soon!
641+
628642 # ############################
629643 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
630644 # ~~~~~~|#############|~~~~~~#
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ install: ## install library
4141lint-py :
4242 python -m isort --check csp/ examples/ setup.py
4343 python -m ruff check csp/ examples/ setup.py
44+ python -m ruff format --check csp/ examples/ setup.py
4445
4546lint-cpp :
4647 # clang-format --dry-run -Werror -i -style=file `find ./cpp/ -name "*.*pp"`
@@ -194,9 +195,6 @@ dependencies-debian: ## install dependencies for linux
194195dependencies-fedora : # # install dependencies for linux
195196 yum install -y automake bison ccache cmake curl flex perl-IPC-Cmd tar unzip zip
196197
197- dependencies-alma : # # install dependencies for linux
198- dnf install -y automake bison ccache cmake curl flex perl-IPC-Cmd tar unzip zip
199-
200198dependencies-vcpkg : # # install dependnecies via vcpkg
201199 cd vcpkg && ./bootstrap-vcpkg.sh && ./vcpkg install
202200
Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ make lint-py
227227# or
228228# python -m isort --check csp/ setup.py
229229# python -m ruff check csp/ setup.py
230+ # python -m ruff format --check csp/ setup.py
230231```
231232
232233** Python Autoformatting**
You can’t perform that action at this time.
0 commit comments