Skip to content

Commit

Permalink
Merge pull request #29 from velexi-research/dev/0.6.4
Browse files Browse the repository at this point in the history
Remove unnecessary pre-commit hook.
  • Loading branch information
ktchu committed Jun 20, 2023
2 parents 9a8beea + 32520c4 commit d37c694
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
10 changes: 10 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Velexi Python Package Cookiecutter Release Notes
================================================

-------------------------------------------------------------------------------
0.6.4 (2023-06-20)
==================
### Cookiecutter Template
* Remove unnecessary pre-commit hook.
* Update package dependencies.

### Cookiecutter Development
* Update package dependencies.

-------------------------------------------------------------------------------
0.6.3 (2023-06-19)
==================
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Velexi Python Project Cookiecutter"
version = "0.6.3"
version = "0.6.4"
description = "Template for Python projects"
license = "Apache-2.0"
authors = ["Kevin Chu <kevin@velexi.com>"]
Expand Down
2 changes: 0 additions & 2 deletions {{cookiecutter.__project_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ repos:
hooks:
- id: check-added-large-files
- id: check-docstring-first
- id: detect-aws-credentials
args: [--allow-missing-credentials]
- id: detect-private-key
- id: end-of-file-fixer
- id: mixed-line-ending
Expand Down
6 changes: 3 additions & 3 deletions {{cookiecutter.__project_name}}/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d37c694

Please sign in to comment.