[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.6.3)
- [github.com/nim65s/pre-commit-sort: v0.2.0 → v0.4.0](https://github.com/nim65s/pre-commit-sort/compare/v0.2.0...v0.4.0)
This commit is contained in:
pre-commit-ci[bot] 2024-09-02 18:06:00 +00:00 committed by GitHub
parent 5f8673aa86
commit 3a3b961542
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0 rev: v0.6.3
hooks: hooks:
- id: ruff - id: ruff
args: args:
@ -8,7 +8,7 @@ repos:
- --exit-non-zero-on-fix - --exit-non-zero-on-fix
- id: ruff-format - id: ruff-format
- repo: https://github.com/nim65s/pre-commit-sort - repo: https://github.com/nim65s/pre-commit-sort
rev: v0.2.0 rev: v0.4.0
hooks: hooks:
- id: pre-commit-sort - id: pre-commit-sort
- repo: https://github.com/pappasam/toml-sort - repo: https://github.com/pappasam/toml-sort