Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
0b2a43128b | |||
2f4b560b9b | |||
989fe96f8b |
4 changed files with 3 additions and 10 deletions
1
.envrc
1
.envrc
|
@ -1 +0,0 @@
|
|||
layout python3
|
2
.mise.toml
Normal file
2
.mise.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[tools]
|
||||
python = {version="3.11", virtualenv=".venv"}
|
|
@ -19,15 +19,9 @@ repos:
|
|||
args:
|
||||
- --markdown-linebreak-ext=md
|
||||
- repo: https://github.com/golangci/golangci-lint
|
||||
rev: v1.42.0
|
||||
rev: v1.54.2
|
||||
hooks:
|
||||
- id: golangci-lint
|
||||
- repo: https://github.com/TekWizely/pre-commit-golang
|
||||
rev: v1.0.0-beta.4
|
||||
hooks:
|
||||
- id: go-fumpt
|
||||
args:
|
||||
- -w
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.9.3
|
||||
hooks:
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
golang 1.16.15
|
||||
python 3.11.2
|
Loading…
Add table
Reference in a new issue