Skip to content

Commit

Permalink
debug pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Oct 7, 2024
1 parent a5dce9a commit 45dc5dd
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_stages: [ pre-commit ]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: check-case-conflict
Expand All @@ -16,31 +16,6 @@ repos:
- id: end-of-file-fixer
- id: check-yaml

- repo: https://github.com/pycqa/bandit
rev: 1.7.7
hooks:
- id: bandit
exclude: "test_*"
args: ["-iii", "-ll", "-s=B308,B703", "-q"]

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.8.0'
hooks:
- id: mypy
args: [ --config-file, pyproject.toml ]

- repo: https://github.com/myint/docformatter.git
rev: v1.7.5
hooks:
- id: docformatter
args: [ '--in-place', '--wrap-summaries=120', '--wrap-descriptions=120', '--pre-summary-newline' ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
hooks:
Expand Down

0 comments on commit 45dc5dd

Please sign in to comment.