Skip to content

Commit

Permalink
docs: fix typos with codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf committed May 10, 2024
1 parent 91d38c7 commit 02cce88
Show file tree
Hide file tree
Showing 15 changed files with 612 additions and 597 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## V1.5.0

* when using CaPyCLI in a CI pipeline, connection problems to teh SW360 server (5xx) cause
* when using CaPyCLI in a CI pipeline, connection problems to the SW360 server (5xx) cause
the pipeline to fail. We have now add an improved session handling to all api requests.
* dependency updates due to security vulnerabilities in idna.

Expand Down Expand Up @@ -98,7 +98,7 @@
* get_project_vulnerabilities() added.
* SW360Error has new property `details`.
* **Improvements**:
* Debug option to supress session handling.
* Debug option to suppress session handling.
* unit tests added.
* published on GitHub.

Expand Down Expand Up @@ -132,7 +132,7 @@
* get_users_of_component
* get_users_of_release
* upload_attachment() has been tested with different file types
and different attchment types.
and different attachment types.

## V0.3 (2019-09-24)

Expand Down
5 changes: 4 additions & 1 deletion RunChecks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: MIT
# ---------------------------------------------

# 2023-12-25, T. Graf
# 2024-05-10, T. Graf

Write-Host "flake8 ..."
poetry run flake8
Expand All @@ -19,6 +19,9 @@ poetry run isort .
Write-Host "mypy ..."
poetry run mypy .

Write-Host "codespell ..."
poetry run codespell .

Write-Host "done."


Expand Down
Loading

0 comments on commit 02cce88

Please sign in to comment.