Skip to content

Commit

Permalink
Canopy 0.5.0 11K version lift support
Browse files Browse the repository at this point in the history
  • Loading branch information
tjohnson-somalogic committed Mar 1, 2024
1 parent a7072ec commit e1bbe52
Show file tree
Hide file tree
Showing 20 changed files with 11,178 additions and 6,694 deletions.
12 changes: 7 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repos:
- --unsafe
- id: check-json
- id: check-added-large-files
args: ['--maxkb=1000']
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand All @@ -21,8 +22,9 @@ repos:
hooks:
- id: black
args: ['-S']
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
exclude: README.ipynb
# - repo: https://github.com/codespell-project/codespell
# rev: v2.2.4
# hooks:
# - id: codespell
# args: ['-i 1']
# files: ^.*\.(py|c|h|md|rst|yml)$
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

Loading

0 comments on commit e1bbe52

Please sign in to comment.