Merge pull request #69 from nim65s/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Guilhem Saurel
2023-03-21 10:18:24 +01:00
committed by GitHub

View File

@@ -26,12 +26,12 @@ repos:
hooks:
- id: black
- repo: https://github.com/pappasam/toml-sort
rev: v0.22.4
rev: v0.23.0
hooks:
- id: toml-sort-fix
exclude: 'poetry.lock'
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.255
rev: v0.0.257
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]