Skip to content

Commit 7d90092

Browse files
authored
Merge pull request #50 from kyaukyuai/chore/version
⬆️ (dependencies): upgrade Python to 3.12.4 and update gpt-all-star to 0.0.64 🔧 (config): add .tool-versions file for asdf version management ♻️ (Makefile): rename 'code-check' target to 'check' for consistency
2 parents 9e517dc + 3c16965 commit 7d90092

File tree

5 files changed

+1632
-1888
lines changed

5 files changed

+1632
-1888
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.1
1+
3.12.4

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
poetry 1.8.5
2+
python 3.12.4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ flake8-check:
66
pre-commit-run:
77
poetry run pre-commit run --all-files
88

9-
code-check: flake8-check pre-commit-run
9+
check: flake8-check pre-commit-run
1010

1111
.PHONY: code-check

0 commit comments

Comments
 (0)