[pre-commit.ci] pre-commit autoupdate (#8160)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/tox-dev/pyproject-fmt: 0.9.1 → 0.9.2](https://github.com/tox-dev/pyproject-fmt/compare/0.9.1...0.9.2)

* pre-commit: Add ruff

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
pre-commit-ci[bot] 2023-02-27 23:08:40 +01:00 committed by GitHub
parent 67676c3b79
commit 1c15cdff70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ repos:
- --profile=black
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "0.9.1"
rev: "0.9.2"
hooks:
- id: pyproject-fmt
@ -43,6 +43,13 @@ repos:
args:
- --py311-plus
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.253
hooks:
- id: ruff
args:
- --ignore=E741
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks: