-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
76 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Answer file maintained by Copier for: https://github.com/KyleKing/calcipy_template | ||
# DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions | ||
# Check into version control. | ||
_commit: 1.7.13 | ||
_commit: 1.8.2 | ||
_src_path: gh:KyleKing/calcipy_template | ||
author_email: [email protected] | ||
author_name: Kyle King | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,12 +58,12 @@ repos: | |
- id: shellcheck | ||
args: [--severity=warning] | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: "v3.0.1" | ||
rev: "v3.0.3" | ||
hooks: | ||
- id: prettier | ||
additional_dependencies: | ||
# Note: this version must be the same as the hook revision | ||
- "[email protected].0" | ||
- "[email protected].3" | ||
- "prettier-plugin-sh" | ||
exclude: \.copier-answers\.yml|tests/.*/cassettes/.*\.yaml | ||
types_or: [html, javascript, json, shell, yaml] | ||
|
@@ -92,7 +92,7 @@ repos: | |
args: [--never] | ||
files: tail_jsonl/.*\.py | ||
- repo: https://github.com/KyleKing/calcipy | ||
rev: 1.6.2 | ||
rev: 2.0.0 | ||
hooks: | ||
- id: copier-forbidden-files | ||
- id: lint-fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""nox-poetry configuration file.""" # noqa: INP001 | ||
"""nox-poetry configuration file.""" | ||
|
||
from calcipy.noxfile import build_check, build_dist, tests # noqa: F401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters