Skip to content
Open
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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.9.0
rev: 25.11.0
hooks: # code formatter
- id: black
language: python
args: ["--line-length=79"]

- repo: https://github.com/pycqa/isort
rev: 6.1.0
rev: 7.0.0
hooks: # imports sorting
- id: isort
name: isort (python)
Expand All @@ -45,7 +45,7 @@ repos:
language_version: python3

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0 # Use the latest version
rev: v3.21.2 # Use the latest version
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down