[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pappasam/toml-sort: v0.22.4 → v0.23.0](https://github.com/pappasam/toml-sort/compare/v0.22.4...v0.23.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.255 → v0.0.257](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.255...v0.0.257)
This commit is contained in:
pre-commit-ci[bot]
2023-03-20 20:18:02 +00:00
committed by GitHub
parent 8c050981e9
commit 0e5aad925e

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]