Compare commits

...

3 commits

Author SHA1 Message Date
Gabriel Augendre 0b2a43128b rename rtx to mise 2024-01-20 08:45:21 +01:00
Gabriel Augendre 2f4b560b9b update golangci-lint in pre-commit 2023-10-08 17:05:11 +02:00
Gabriel Augendre 989fe96f8b switch to rtx 2023-10-08 16:57:44 +02:00
4 changed files with 3 additions and 10 deletions

1
.envrc
View file

@ -1 +0,0 @@
layout python3

2
.mise.toml Normal file
View file

@ -0,0 +1,2 @@
[tools]
python = {version="3.11", virtualenv=".venv"}

View file

@ -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:

View file

@ -1,2 +0,0 @@
golang 1.16.15
python 3.11.2