diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6850040..a6c96ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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) @@ -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]