Skip to content
Closed
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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: "24.3.0"
rev: "24.10.0"
hooks:
- id: black

Expand All @@ -23,17 +23,17 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: "7.0.0"
rev: "7.1.1"
hooks:
- id: flake8

- repo: https://github.com/asottile/pyupgrade
rev: "v3.15.2"
rev: "v3.19.0"
hooks:
- id: pyupgrade
args: ["--py37-plus"]

- repo: https://github.com/floatingpurr/sync_with_poetry
rev: 1.1.0
rev: 1.2.0
hooks:
- id: sync_with_poetry
Loading