diff --git a/.circleci/config.yml b/.circleci/config.yml index b369ba5b..f08294d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -94,4 +94,4 @@ jobs: echo "Running pytest with args: ${args[@]}" pytest --cov=arango --cov-report=xml "${args[@]}" - # - coveralls/upload \ No newline at end of file + # - coveralls/upload diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 64bd5c77..7f2c8e52 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -132,4 +132,4 @@ jobs: run: python -m sphinx -b doctest docs docs/_build - name: Generate Sphinx HTML - run: python -m sphinx -b html -W docs docs/_build \ No newline at end of file + run: python -m sphinx -b html -W docs docs/_build