Skip to content

Commit

Permalink
refactor: Update pyupgrade args in pre-commit cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendrapaipuri authored and mwouts committed Oct 19, 2023
1 parent 2e1c6c1 commit 8c6d2ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ demo/get_started.ipynb
.history
.vscode/*
!.vscode/*.template

# Test related files
*.coverage*
*.xml
.ruff_cache

# Ignore node_modules and yarn cache
node_modules
.yarn

# Ignore jupyter-releaser related stuff
.jupyter_releaser_checkout
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
rev: v3.9.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
args: ["--py38-plus"]

- repo: https://github.com/myint/autoflake
rev: v2.2.0
Expand Down

0 comments on commit 8c6d2ba

Please sign in to comment.