Skip to content

Commit

Permalink
chore: aligning pre-commit with Qibo's
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati committed Jan 29, 2025
1 parent 97a1568 commit 13789e5
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
args: [--in-place, --config, ./pyproject.toml]
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.1
hooks:
Expand All @@ -32,17 +26,4 @@ repos:
rev: v2.5.0
hooks:
- id: pycln
args:
- --config=pyproject.toml
- --all
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.19.1
hooks:
- id: blacken-docs
- repo: https://github.com/pycqa/pydocstyle
rev: 6.3.0
hooks:
- id: pydocstyle
args:
- --select=D103,D200,D206,D300,D301
files: ^src/
args: [--config=pyproject.toml]

0 comments on commit 13789e5

Please sign in to comment.