Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down