Skip to content

Commit

Permalink
Merge pull request #33 from chauhankaranraj/precommit-update
Browse files Browse the repository at this point in the history
Update precommit hooks
  • Loading branch information
Karanraj Chauhan authored Jan 10, 2022
2 parents acd8a76 + 9c3f4de commit 1687323
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,12 +1,12 @@
---
repos:
- repo: git://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.9
rev: v1.1.10
hooks:
- id: remove-tabs

- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -23,32 +23,32 @@ repos:
- id: debug-statements

- repo: git://github.com/pycqa/pydocstyle.git
rev: 5.1.1
rev: 6.1.1
hooks:
- id: pydocstyle

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.1.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.790
rev: v0.931
hooks:
- id: mypy
exclude: '^(docs|tasks|tests)|setup\.py'
args: [--ignore-missing-imports]

- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.12b0
hooks:
- id: black

- repo: https://github.com/tomcatling/black-nb
rev: '0.3.0'
rev: '0.6'
hooks:
- id: black-nb

Expand All @@ -59,7 +59,7 @@ repos:
# - id: check-manifest

- repo: https://github.com/s-weigand/flake8-nb
rev: v0.2.5
rev: v0.3.1
hooks:
- id: flake8-nb
additional_dependencies: ['pep8-naming']
Expand Down

0 comments on commit 1687323

Please sign in to comment.