Merge pull request #114 from qiboteam/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Renato M S Farias
2025-10-14 04:37:16 +00:00
committed by GitHub

View File

@@ -9,17 +9,17 @@ repos:
- id: check-yaml
- id: check-toml
- id: debug-statements
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.9.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 6.0.1
rev: 7.0.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.20.0
rev: v3.21.0
hooks:
- id: pyupgrade
- repo: https://github.com/hadialqattan/pycln