Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove internal comment.
  • Loading branch information
piotr-grodek-dsai authored Oct 11, 2023
1 parent 883019e commit e299eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Generated project consists of:
* `isort` - sorts imports
* `pylint` - provides static code analysis and enforces coding standard
* `pyupgrade` - modernizes code for given python version
* `bandit` - checks for security issues - required for SOC 2 Certification - do not remove it
* `bandit` - checks for security issues - required for SOC 2 Certification
1. Sphinx documentation:
* basic preconfigured documentation template
* recommended extensions
Expand All @@ -49,7 +49,7 @@ Generated project consists of:
* license checks of installed packages
* building and hosting documentation on GitLab Pages
* building package and uploading to private GitLab Package registry
* security: `trivy` - required for SOC 2 Certification - do not remove it
* security: `trivy` - required for SOC 2 Certification
* steps to rebuild linter docker image
1. Other less important files (more configurations, `.gitignore` etc)

Expand Down

0 comments on commit e299eaf

Please sign in to comment.