mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
[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:
parent
67676c3b79
commit
1c15cdff70
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user