Skip to content

Commit

Permalink
fix on pre-commit (#797)
Browse files Browse the repository at this point in the history
* fix on pre-commit

* docformatter pre-commit hook commented due to an issue with official release
  • Loading branch information
jaseemjaskp authored Oct 16, 2024
1 parent 217cf33 commit a84fd1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
default_language_version:
python: python3.9
default_stages:
- commit
- pre-commit
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude_types:
Expand Down Expand Up @@ -84,10 +84,10 @@ repos:
hooks:
- id: pycln
args: [--config=pyproject.toml]
- repo: https://github.com/pycqa/docformatter
rev: v1.7.5
hooks:
- id: docformatter
# - repo: https://github.com/pycqa/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
hooks:
Expand Down

0 comments on commit a84fd1c

Please sign in to comment.