Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
Why these changes are being introduced:
* adding .idea to .gitignore for Pycharm IDE project dir (similar to .vscode)
* updating dependencies
* click updated from 8.1.3 to 8.1.4; changed order of decorators to address mypy linting error
  • Loading branch information
ghukill committed Jul 11, 2023
1 parent f5b31a8 commit 4fe1236
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 283 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,4 @@ cython_debug/
.DS_Store
output/
.vscode/
.idea/
Loading

0 comments on commit 4fe1236

Please sign in to comment.