py-builder-too

This commit is contained in:
2024-02-17 11:52:26 +03:00
parent 70079c38ad
commit 899cb05c1b
4 changed files with 88 additions and 21 deletions

View File

@@ -2,7 +2,7 @@ fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.5.0
hooks:
- id: check-yaml
- id: check-toml
@@ -15,8 +15,7 @@ repos:
- id: check-merge-conflict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.13
hooks:
- id: ruff
args: [--fix]
- id: ruff-format