Skip to content

Commit

Permalink
Merge remote-tracking branch 'template/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed May 1, 2024
2 parents a008bf2 + 297002d commit 7af3394
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[tools]
python = "3.12"

[env]
_.python.venv = { path = ".venv", create = true }
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
# Filesystem
- id: check-case-conflict
Expand All @@ -23,7 +23,7 @@ repos:
- --no-sort-keys
- id: check-toml
- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
rev: v1.35.1
hooks:
- id: yamllint
args:
Expand All @@ -34,7 +34,7 @@ repos:
- id: python-check-mock-methods
- id: rst-backticks
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.4.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 7af3394

Please sign in to comment.