Skip to content

Commit

Permalink
temp precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanishsingh committed Sep 21, 2024
1 parent 5898d91 commit 8825f40
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
ci:
autofix_commit_msg: |
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
autofix_prs: true
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: weekly
skip: []
submodules: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
- repo: git@github.com:pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.4.2
- repo: git@github.com:psf/black
rev: 22.3.0
hooks:
- id: black
args: [--line-length=80, --target-version=py38]
- repo: https://github.com/pycqa/isort
rev: 5.13.2
- repo: git@github.com:pycqa/isort
rev: 5.11.5
hooks:
- id: isort
name: isort (python)
args: [--profile=black, --line-length=80]
- repo: https://github.com/pycqa/pydocstyle
rev: '6.3.0'
- repo: git@github.com:pycqa/pydocstyle
rev: '6.1.1'
hooks:
- id: pydocstyle
args: [--convention=numpy]
Expand Down

0 comments on commit 8825f40

Please sign in to comment.