Skip to content

Commit

Permalink
Minor tune up of formatting and few more checks
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Sep 20, 2024
1 parent 39ea106 commit f1893b1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
exclude: versioneer.py|\.all-contributorsrc|\.tributors
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-added-large-files
- id: check-case-conflict
- id: check-symlinks
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/codespell-project/codespell
rev: v2.0.0
hooks:
- id: codespell
exclude: datalad/tests/ca/certificate-key.pem
- id: codespell

0 comments on commit f1893b1

Please sign in to comment.