Skip to content

Commit

Permalink
Merge pull request #4 from alanlujan91/updates
Browse files Browse the repository at this point in the history
[WIP] Updates to code
  • Loading branch information
alanlujan91 authored Apr 21, 2023
2 parents 34a769a + 9d0b835 commit 57d03ea
Show file tree
Hide file tree
Showing 34 changed files with 5,012 additions and 2,695 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,19 @@ dmypy.json

# End of https://www.gitignore.io/api/python


.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix
condaenv
.idea
.vscode
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py39-plus]
Loading

0 comments on commit 57d03ea

Please sign in to comment.