Skip to content

Commit

Permalink
Upgrade CDK (v2.88), SAM (v1.93), and others to latest compatible ver…
Browse files Browse the repository at this point in the history
…sion (#647)

* Upgrade CDK (v2.88), SAM (v1.93), and others to latest compatible version

**Why?**

This will resolve the pyYAML 5.4.1 issue, as reported in #644.

* Pylint fixes

* Reconfigure pylint config + fix editorconfig line length to 100 chars

* Fixes according to new pylint config

* Linting fixes
  • Loading branch information
sbkok committed Jul 24, 2023
1 parent d85f231 commit 8d0f650
Show file tree
Hide file tree
Showing 67 changed files with 860 additions and 475 deletions.
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"npm"
],
"ignorePaths": [
".pylintrc",
"requirements.txt",
"requirements-dev.txt",
"maven-wrapper.jar",
".cspell.json",
".gitignore",
Expand Down
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ max_line_length = 80

[*.py]
indent_size = 4
max_line_length = 100

[*.{json,xml,html,ejs}]
indent_size = 4
Expand Down
Loading

0 comments on commit 8d0f650

Please sign in to comment.