Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
reverse precommit
  • Loading branch information
ramanishsingh authored Dec 14, 2024
1 parent 993d563 commit b7dad8b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
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: git@github.com:pre-commit/pre-commit-hooks
rev: v4.0.1
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: git@github.com:psf/black
rev: 22.3.0
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
args: [--line-length=80, --target-version=py38]
- repo: git@github.com:pycqa/isort
rev: 5.11.5
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
args: [--profile=black, --line-length=80]
- repo: git@github.com:pycqa/pydocstyle
rev: '6.1.1'
- repo: https://github.com/pycqa/pydocstyle
rev: '6.3.0'
hooks:
- id: pydocstyle
args: [--convention=numpy]
Expand Down

0 comments on commit b7dad8b

Please sign in to comment.