diff --git a/.dockerignore b/.dockerignore index 1e6a3c6cd..ed76d88b0 100644 --- a/.dockerignore +++ b/.dockerignore @@ -12,4 +12,3 @@ __pycache__/ *$py.class .venv - diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dde8a23f3..dde419110 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - + - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: diff --git a/.gitignore b/.gitignore index 7abbb02cb..563569c58 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,3 @@ __pypackages__/ # ruff linter .ruff_cache/ - - - - diff --git a/LICENSE b/LICENSE index da4badca9..6d8cea430 100644 --- a/LICENSE +++ b/LICENSE @@ -187,4 +187,4 @@ a European Union Member State. The European Commission may update this Appendix to later versions of the above licences without producing a new version of the EUPL, as long as they provide the rights granted in Article 2 of this Licence and protect the covered Source Code from exclusive appropriation. -All other changes or additions to this Appendix require the production of a new EUPL version. \ No newline at end of file +All other changes or additions to this Appendix require the production of a new EUPL version.